Color Shades

Generate an 11-step color scale from any hex color — matching the 50, 100, 200 … 900, 950 steps used by Tailwind CSS and most design systems.

How it works

The scale is generated in OKLCH color space, which is perceptually uniform. This means the visual difference between adjacent steps looks consistent across the full range — unlike HSL-based approaches which tend to produce muddy midtones.

Steps

StepPerceived lightness
50Very light (near white)
100Light
200–400Light-to-mid
500Mid (close to the input color)
600–800Mid-to-dark
900Dark
950Very dark (near black)

Copying

  • Click any shade to copy its hex value
  • Copy as Tailwind exports the full palette as a JavaScript object:
{
  50: "#f0f9ff",
  100: "#e0f2fe",
  ...
  950: "#082f49"
}

Paste it into your tailwind.config colors section.

The selected color is encoded in the URL for sharing.