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

Shades#

Palette table#

ShadeClass fragmentValueBest role
100orange-100#fff7edVery light — section backgrounds, badges on light UI, tinted code blocks.
200orange-200#ffedd5Light — borders on light themes, dividers with personality, chip backgrounds.
300orange-300#fed7aaSoft — secondary borders, disabled states with color, placeholder decorations.
400orange-400#fdba74Medium-light — icons on dark surfaces, decorative accents, chart lines.
500orange-500#fb923cThe primary step — buttons, links, brand fills, key interactive elements.
600orange-600#f97316Hover step — hover states for 500 elements, or primary on very light UIs.
700orange-700#ea580cActive step — pressed states, emphasized text on light tinted backgrounds.
800orange-800#c2410cDark — text on light palettes, headers in tinted sections, dark UI fills.
900orange-900#9a3412Very dark — deep section backgrounds, high-contrast text carriers.
950orange-950#7c2d12Darkest — 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