Give it a base colour and it rotates the hue around the wheel to build six palettes. Tap a swatch to copy its HEX, or copy a whole set as CSS custom properties.
The palettes rotate only the hue in HSL and keep the saturation and lightness of your base colour, so a pastel input gives pastel palettes and a saturated input gives saturated ones.
The number on each swatch is the WCAG contrast ratio against the text colour shown. Body text needs 4.5:1, large headings 3:1.
It sits 180° across the colour wheel. The contrast is the strongest available, which makes it good for accents but tiring over large areas — around 10-20% of the space works well.
Analogous or monochromatic are safe over backgrounds and cards. Complementary or split complementary suit the things that must stand out: buttons, badges, alerts.
A list of custom properties named after the set, like `--triadic-1: #3366CC;`, ready to paste into `:root`.
No. Every conversion and palette is computed in the browser.