Skip to main content
1

Color Shades Generator

Input any hex color and instantly generate 10 shades (50-950) in Tailwind CSS style — view swatches, click to copy, and export configs.

Send Image to:
Advertisement

How to use Color Shades Generator

  1. Enter a hex color or use the color picker.
  2. View the generated 10-shade scale from 50 to 950.
  3. Click individual swatches to copy hex codes, or use the export buttons for a full config.

What is Color Shades Generator?

Creating consistent color scales is essential for design systems. This tool takes any base hex color and generates a full set of 10 shades from 50 (lightest) to 950 (darkest), following the Tailwind CSS color scale convention.

Each shade is displayed as a color swatch with its hex code. Click any swatch to copy the hex to your clipboard. Export the full palette as hex values, CSS custom properties, or a ready-to-use Tailwind CSS configuration object.

Advertisement

FAQ

How are the shades calculated?
Shades are calculated by mixing the base color with white (for lighter shades 50-400) and black (for darker shades 600-950), with perceptually balanced interpolation.
Can I use this for my design system?
Yes — the Tailwind config export is ready to paste into your tailwind.config.js for custom brand colors.
Advertisement