Color shades generator

Turn one base color into a full ramp of tints, shades and tones — including a Tailwind-style 50-900 scale — in HEX, RGB and HSL. Runs in your browser.

Color ramp

About this tool

Color shades generator turns a single base color into a full ramp of related colors. Pick a base color and a mode and it returns every step in HEX, RGB and HSL.

Modes

The Steps count controls how many swatches the tints, shades and tones series produce, from 2 to 12. The scale mode ignores it and always returns the eleven Tailwind weights (50-950).

Input formats

Enter the base color as a #hex (3 or 6 digits), an rgb() value, or an hsl() value — they are all accepted and normalized.

Privacy

Everything runs in your browser via WebAssembly. You can also run it from the gizza CLI or inside a gizza chat (which return the ramp as structured JSON).

Common uses

FAQ

Which color formats can I paste as the base color?

Hex (#1e90ff, short #fa0, and even 4- or 8-digit hex — the alpha digits are accepted but the alpha channel is ignored), rgb(30, 144, 255) including percentage components, and hsl(210, 100%, 56%). Whatever you enter is normalized, and every output step is reported in HEX, RGB and HSL at once.

Why doesn't the Steps setting change the scale output?

The scale mode always returns the eleven Tailwind-style weights (50, 100, … 900, 950) so it drops straight into a design system — it ignores Steps by design. Steps only applies to tints, shades and tones, and is clamped to the 2–12 range.

Will my exact base color appear in the generated ramp?

In scale mode, yes: the tool finds the weight whose lightness is closest to your base color, pins your exact color there, and marks that step as the base. In tints/shades/tones the base is the starting point of the series, with each step moving toward white, black, or gray respectively.

Developer & Automation Access

Run it from the terminal

Same engine as this page, headless — via the gizza CLI:

gizza tool color-shades-generator "#3498db"

New to the CLI? Get gizza →

Open it by URL

Pre-fill and auto-run this tool with query parameters — the names match the API/CLI:

https://gizza.ai/tools/color-shades-generator/?color=%233498db&mode=scale&count=9

Machine-readable descriptor: tool.json — title + parameters JSON Schema for agents.