Color palette generator

Pick a base color and a harmony scheme to generate a matching palette in HEX, RGB and HSL. Complementary, analogous, triadic, monochromatic and more. Runs in your browser.

Palette

About this tool

Color palette generator turns a single base color into a coordinated palette using classic color-theory harmonies. Pick a base color and a scheme and it returns every swatch in HEX, RGB and HSL.

Schemes

The Colors count controls how many swatches the series schemes (analogous, monochromatic, shades, tints) produce, from 2 to 12. The fixed harmony schemes (complementary, triadic, square, etc.) always return their natural number of colors.

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 palette as structured JSON).

Common uses

FAQ

Which color formats does the base color accept?

Any of #hex with 3, 4, 6, or 8 digits, rgb(...) (with numbers or percentages), or hsl(...). A 4- or 8-digit hex is accepted too — its alpha channel is simply ignored, and the palette is computed from the opaque RGB value. Whatever you enter is normalized, and every swatch comes back in HEX, RGB, and HSL.

Why doesn't the Colors count change my palette?

The count (2–12, default 5) only applies to the series schemes: analogous, monochromatic, shades, and tints. The fixed harmonies always return their natural size — complementary gives 2 colors, triadic and split-complementary give 3, tetradic and square give 4 — no matter what the count is set to.

Which scheme should I pick for a UI or brand palette?

Start with monochromatic or tints/shades for a ramp around one brand color (great for component libraries), analogous for a calm cohesive set, and complementary or split-complementary when you need a contrasting accent. Triadic and square give vivid, evenly balanced sets for illustration work.

Is my color data sent anywhere?

No. The palette math runs entirely in your browser via WebAssembly — no server call, no account. The same tool is also callable from the gizza CLI or chat, where it returns the palette as structured JSON.

Developer & Automation Access

Run it from the terminal

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

gizza tool color-palette-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-palette-generator/?color=%233498db&scheme=complementary&count=5

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