Gray is one of the color families shipped with this release. Pure neutral gray — maximally quiet..

Shades#

Palette table#

ShadeClass fragmentValueBest role
100gray-100#f9fafbVery light — section backgrounds, badges on light UI, tinted code blocks.
200gray-200#f3f4f6Light — borders on light themes, dividers with personality, chip backgrounds.
300gray-300#e5e7ebSoft — secondary borders, disabled states with color, placeholder decorations.
400gray-400#d1d5dbMedium-light — icons on dark surfaces, decorative accents, chart lines.
500gray-500#9ca3afThe primary step — buttons, links, brand fills, key interactive elements.
600gray-600#6b7280Hover step — hover states for 500 elements, or primary on very light UIs.
700gray-700#4b5563Active step — pressed states, emphasized text on light tinted backgrounds.
800gray-800#374151Dark — text on light palettes, headers in tinted sections, dark UI fills.
900gray-900#1f2937Very dark — deep section backgrounds, high-contrast text carriers.
950gray-950#111827Darkest — near-black tinted backgrounds, hero surfaces, footer tones.

Use it#

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