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

Shades#

Palette table#

ShadeClass fragmentValueBest role
50red-50#fef2f2Lightest tint — page backgrounds, subtle fills, hover backgrounds for rows and list items.
100red-100#fee2e2Very light — section backgrounds, badges on light UI, tinted code blocks.
200red-200#fecacaLight — borders on light themes, dividers with personality, chip backgrounds.
300red-300#fca5a5Soft — secondary borders, disabled states with color, placeholder decorations.
400red-400#f87171Medium-light — icons on dark surfaces, decorative accents, chart lines.
500red-500#ef4444The primary step — buttons, links, brand fills, key interactive elements.
600red-600#dc2626Hover step — hover states for 500 elements, or primary on very light UIs.
700red-700#b91c1cActive step — pressed states, emphasized text on light tinted backgrounds.
800red-800#991b1bDark — text on light palettes, headers in tinted sections, dark UI fills.
900red-900#7f1d1dVery dark — deep section backgrounds, high-contrast text carriers.
950red-950#450a0aDarkest — 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