This tool takes any colour and finds its classic colour-wheel harmonies: the complementary, analogous, triadic, split-complementary and tetradic schemes. These are the relationships designers use to build palettes that look intentional — a bold accent, a balanced trio, or a soft set of neighbours. Enter a colour and copy any swatch’s hex.
How it works
The base colour is converted to HSL, and each harmony is generated by rotating the hue around the 360° colour wheel while keeping saturation and lightness fixed. The result is converted back to hex. The rotations are:
| Scheme | Hue rotations from base |
|---|---|
| Complementary | +180° |
| Analogous | ±30° |
| Triadic | +120°, +240° |
| Split-complementary | +150°, +210° |
| Tetradic | +90°, +180°, +270° |
Example
Starting from a blue at hue 240°:
- Complementary → 240 + 180 = hue 60° (yellow-orange)
- Triadic → hue 0° (red) and hue 120° (green)
- Analogous → hue 210° and 270° (neighbouring blues/violets)
So blue’s bold accent partner is orange, while its triadic partners are red and green. Click any swatch to copy its hex. Everything runs locally in your browser — nothing is uploaded.