Indigo is one of the color families shipped with this release. Deep blue-violet — sophistication and focus..

Shades#

Palette table#

ShadeClass fragmentValueBest role
100indigo-100#eef2ffVery light — section backgrounds, badges on light UI, tinted code blocks.
200indigo-200#e0e7ffLight — borders on light themes, dividers with personality, chip backgrounds.
300indigo-300#c7d2feSoft — secondary borders, disabled states with color, placeholder decorations.
400indigo-400#a5b4fcMedium-light — icons on dark surfaces, decorative accents, chart lines.
500indigo-500#818cf8The primary step — buttons, links, brand fills, key interactive elements.
600indigo-600#6366f1Hover step — hover states for 500 elements, or primary on very light UIs.
700indigo-700#4f46e5Active step — pressed states, emphasized text on light tinted backgrounds.
800indigo-800#4338caDark — text on light palettes, headers in tinted sections, dark UI fills.
900indigo-900#3730a3Very dark — deep section backgrounds, high-contrast text carriers.
950indigo-950#312e81Darkest — near-black tinted backgrounds, hero surfaces, footer tones.

Use it#

html
<div class="bg-indigo-500 text-white p-6 rounded-xl">Indigo surface</div>
<p class="text-indigo-600 dark:text-indigo-400">Adaptive text</p>
<div class="border border-indigo-200 dark:border-indigo-800 bg-indigo-50 dark:bg-indigo-950 p-4 rounded-lg">Panel</div>

Per-usage guides#

Contrast#

Flip point: shades 50–400 want dark text (text-slate-900); shades 500+ (approx.) want white text. Verify with the accessibility/color-contrast|contrast guide.

colors/blue|blue · colors/violet|violet · colors/color-pairing|Pairing recipes