Tailwind CSS Color Palette
The complete default palette from Tailwind CSS v4.1: 22 color families, each with 11 shade steps from 50 to 950. Values are shown as hex (sRGB) and the official OKLCH definition. Generated directly from the tailwindcss package, so they match the framework exactly.
slate
gray
zinc
neutral
stone
red
orange
amber
yellow
lime
green
emerald
teal
cyan
sky
blue
indigo
violet
purple
fuchsia
pink
rose
How to Use the Tailwind Color Chart
Browse all 22 families - from slate to rose - with their 11 shade steps and hex codes. Click any swatch to open its detail page, where you can copy the value as hex, RGB, HSL, OKLCH, or CMYK and see harmonies and contrast data.
Why the Tailwind Palette Is Special
The palette is hand-tuned so that the same step number has consistent perceived lightness across families - blue-500 and red-500 feel equally weighty. That consistency is what makes it easy to swap accent colors in a design without rebalancing everything, and it is why v4 rebuilt the palette in the perceptually uniform OKLCH space.
Common Use Cases
Picking accessible color pairs for interfaces, borrowing a professionally balanced palette for non-Tailwind projects, matching brand colors to the nearest Tailwind shade, and referencing hex values when a design tool cannot read OKLCH.
Frequently Asked Questions about Tailwind CSS Color Palette
Tailwind v4 defines its entire default palette in OKLCH, the perceptually uniform CSS color format. Earlier versions used hex. This chart shows both: the official OKLCH value and its hex rendering in the sRGB gamut.