Tints & Shades Generator
Generate a full tint and shade scale from any color, Tailwind style.
Loading tool...
What is Tints & Shades Generator?
Drop in a base color and get a complete perceptual scale (50-950, 100-900, or 100-900 odd). Click to copy any swatch, or export to Tailwind config, CSS variables, or JSON.
Frequently asked questions
+How is the scale calculated?
Each step interpolates lightness in the OKLCH color space around your base, with mild chroma falloff at the extremes. This produces visually uniform scales that HSL-based generators can't match.
+Can I export to Tailwind?
Yes — there's a dedicated export tab that produces a ready-to-use tailwind.config.ts fragment.
+What does the 500 step represent?
By convention, 500 is your base color. Values below go lighter (tints), above go darker (shades).