Zinc is one of the color families shipped with this release. Slightly cool metallic gray — great for developer tools..

Shades#

Palette table#

ShadeClass fragmentValueBest role
50zinc-50#fafafaLightest tint — page backgrounds, subtle fills, hover backgrounds for rows and list items.
100zinc-100#f4f4f5Very light — section backgrounds, badges on light UI, tinted code blocks.
200zinc-200#e4e4e7Light — borders on light themes, dividers with personality, chip backgrounds.
300zinc-300#d4d4d8Soft — secondary borders, disabled states with color, placeholder decorations.
400zinc-400#a1a1aaMedium-light — icons on dark surfaces, decorative accents, chart lines.
500zinc-500#71717aThe primary step — buttons, links, brand fills, key interactive elements.
600zinc-600#52525bHover step — hover states for 500 elements, or primary on very light UIs.
700zinc-700#3f3f46Active step — pressed states, emphasized text on light tinted backgrounds.
800zinc-800#27272aDark — text on light palettes, headers in tinted sections, dark UI fills.
900zinc-900#18181bVery dark — deep section backgrounds, high-contrast text carriers.
950zinc-950#09090bDarkest — near-black tinted backgrounds, hero surfaces, footer tones.

Use it#

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