Red is one of the color families shipped with this release. The alarm color — errors, destructive actions, urgency..

Shades#

Palette table#

ShadeClass fragmentValueBest role
100red-100#fef2f2Very light — section backgrounds, badges on light UI, tinted code blocks.
200red-200#fee2e2Light — borders on light themes, dividers with personality, chip backgrounds.
300red-300#fecacaSoft — secondary borders, disabled states with color, placeholder decorations.
400red-400#fca5a5Medium-light — icons on dark surfaces, decorative accents, chart lines.
500red-500#f87171The primary step — buttons, links, brand fills, key interactive elements.
600red-600#ef4444Hover step — hover states for 500 elements, or primary on very light UIs.
700red-700#dc2626Active step — pressed states, emphasized text on light tinted backgrounds.
800red-800#b91c1cDark — text on light palettes, headers in tinted sections, dark UI fills.
900red-900#991b1bVery dark — deep section backgrounds, high-contrast text carriers.
950red-950#7f1d1dDarkest — near-black tinted backgrounds, hero surfaces, footer tones.

Use it#

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