Blue is one of the color families shipped with this release. The classic UI blue — trust, links, primary actions..

Shades#

Palette table#

ShadeClass fragmentValueBest role
100blue-100#eff6ffVery light — section backgrounds, badges on light UI, tinted code blocks.
200blue-200#dbeafeLight — borders on light themes, dividers with personality, chip backgrounds.
300blue-300#bfdbfeSoft — secondary borders, disabled states with color, placeholder decorations.
400blue-400#93c5fdMedium-light — icons on dark surfaces, decorative accents, chart lines.
500blue-500#60a5faThe primary step — buttons, links, brand fills, key interactive elements.
600blue-600#3b82f6Hover step — hover states for 500 elements, or primary on very light UIs.
700blue-700#2563ebActive step — pressed states, emphasized text on light tinted backgrounds.
800blue-800#1d4ed8Dark — text on light palettes, headers in tinted sections, dark UI fills.
900blue-900#1e40afVery dark — deep section backgrounds, high-contrast text carriers.
950blue-950#1e3a8aDarkest — near-black tinted backgrounds, hero surfaces, footer tones.

Use it#

html
<div class="bg-blue-500 text-white p-6 rounded-xl">Blue surface</div>
<p class="text-blue-600 dark:text-blue-400">Adaptive text</p>
<div class="border border-blue-200 dark:border-blue-800 bg-blue-50 dark:bg-blue-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/sky|sky · colors/indigo|indigo · colors/color-pairing|Pairing recipes