Orange is one of the color families shipped with this release. Energetic and warm — warnings and bold CTAs..

Shades#

Palette table#

ShadeClass fragmentValueBest role
50orange-50#fff7edLightest tint — page backgrounds, subtle fills, hover backgrounds for rows and list items.
100orange-100#ffedd5Very light — section backgrounds, badges on light UI, tinted code blocks.
200orange-200#fed7aaLight — borders on light themes, dividers with personality, chip backgrounds.
300orange-300#fdba74Soft — secondary borders, disabled states with color, placeholder decorations.
400orange-400#fb923cMedium-light — icons on dark surfaces, decorative accents, chart lines.
500orange-500#f97316The primary step — buttons, links, brand fills, key interactive elements.
600orange-600#ea580cHover step — hover states for 500 elements, or primary on very light UIs.
700orange-700#c2410cActive step — pressed states, emphasized text on light tinted backgrounds.
800orange-800#9a3412Dark — text on light palettes, headers in tinted sections, dark UI fills.
900orange-900#7c2d12Very dark — deep section backgrounds, high-contrast text carriers.
950orange-950#431407Darkest — near-black tinted backgrounds, hero surfaces, footer tones.

Use it#

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