Stone is one of the color families shipped with this release. Warm gray with an earthy cast..

Shades#

Palette table#

ShadeClass fragmentValueBest role
100stone-100#fafaf9Very light — section backgrounds, badges on light UI, tinted code blocks.
200stone-200#f5f5f4Light — borders on light themes, dividers with personality, chip backgrounds.
300stone-300#e7e5e4Soft — secondary borders, disabled states with color, placeholder decorations.
400stone-400#d6d3d1Medium-light — icons on dark surfaces, decorative accents, chart lines.
500stone-500#a8a29eThe primary step — buttons, links, brand fills, key interactive elements.
600stone-600#78716cHover step — hover states for 500 elements, or primary on very light UIs.
700stone-700#57534eActive step — pressed states, emphasized text on light tinted backgrounds.
800stone-800#44403cDark — text on light palettes, headers in tinted sections, dark UI fills.
900stone-900#292524Very dark — deep section backgrounds, high-contrast text carriers.
950stone-950#1c1917Darkest — near-black tinted backgrounds, hero surfaces, footer tones.

Use it#

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