Skip to content
ToolsOnDuty - free online tools
CSS & Design

Color Shades and Tints Generator

Generate a 50-900 shade scale from one colour for design systems.

Free foreverRuns in your browserNo sign-up
50#EBF1FE
100#CEDCFD
200#9DBAFB
300#6390F8
400#2866F6
500#0A4BE1
600#083EBA
700#063193
800#05246B
900#031744

Ten shades from light (50) to dark (900), matching the scale design systems like Tailwind use.

About the Color Shades and Tints Generator

Design systems use a scale of shades - from a light 50 to a dark 900 - built from one base colour.

This tool takes a hex colour and generates ten shades by varying the lightness, ready to drop into a Tailwind config or CSS variables.

It runs entirely in your browser.

Key features

  • 50 to 900 shade scale
  • Copy a single shade or all
  • Consistent lightness steps
  • Runs in your browser

How to use

  1. 1Pick or enter a base hex colour.
  2. 2Copy the shade you need, or copy all.
  3. 3Use them as design tokens.

Examples

Blue scale
Input: #1B5DF5

Generates ten blue shades from a light 50 to a dark 900.

Frequently asked questions

How are the shades made?
The base colour is converted to HSL and the lightness is stepped from light to dark to create ten shades that share the same hue.
Does this match Tailwind exactly?
It follows the same 50-900 naming and feel, but Tailwind's palette is hand-tuned, so treat these as a fast, close starting point.
Can I use these as CSS variables?
Yes. Copy the hex values into custom properties like --color-500 and reference them across your styles.