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

Shades#

Palette table#

ShadeClass fragmentValueBest role
50gray-50#f9fafbLightest tint — page backgrounds, subtle fills, hover backgrounds for rows and list items.
100gray-100#f3f4f6Very light — section backgrounds, badges on light UI, tinted code blocks.
200gray-200#e5e7ebLight — borders on light themes, dividers with personality, chip backgrounds.
300gray-300#d1d5dbSoft — secondary borders, disabled states with color, placeholder decorations.
400gray-400#9ca3afMedium-light — icons on dark surfaces, decorative accents, chart lines.
500gray-500#6b7280The primary step — buttons, links, brand fills, key interactive elements.
600gray-600#4b5563Hover step — hover states for 500 elements, or primary on very light UIs.
700gray-700#374151Active step — pressed states, emphasized text on light tinted backgrounds.
800gray-800#1f2937Dark — text on light palettes, headers in tinted sections, dark UI fills.
900gray-900#111827Very dark — deep section backgrounds, high-contrast text carriers.
950gray-950#030712Darkest — 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