Pick a base color
Click or drag on the wheel. Distance from the center sets saturation; use the lightness slider to brighten or darken.
Use this free CalculatorX tool for fast local results with clear formulas, worked examples, and privacy-first browser calculation. Fast and free.
Loading tool…
Follow these steps for a clear answer.
Click or drag on the wheel. Distance from the center sets saturation; use the lightness slider to brighten or darken.
Select complementary, analogous, triadic, split-complementary, tetradic, square, or monochromatic.
Copy HEX from each swatch into CSS custom properties or design tokens.
Core relationships used by this color tool.
Common picks with formula and result.
High-contrast accent pair
Neighboring hues
Even spacing
One hue, many values
Version 1.0.0
Palette hues = wrap(H + offset) for the selected harmony; monochromatic varies LPrimary / secondary / tertiary (RYB tradition): red, yellow, and blue as primaries; orange, green, and purple as secondaries; six tertiary mixes (e.g. red-orange, blue-green). On screens we usually pick in RGB/HSL, but the same wheel geometry still guides harmonious sets.
Building a scheme: let one color dominate, use others for accents, and check contrast for text. Pair this wheel with the HTML color picker when you need a single precise HEX.
:root {
--color-1: #2F80ED;
--color-2: #ED9B2F;
--color-3: #F5F5F5;
}
.hero {
background: var(--color-1);
color: #fff;
}
.cta {
background: var(--color-2);
color: #111;
}
| Harmony | Colors | Best for |
|---|---|---|
| Complementary | 2 (opposites) | Strong accents, CTAs |
| Analogous | 3 (neighbors) | Calm UI, soft gradients |
| Triadic | 3 (120° apart) | Bold, balanced brands |
| Split-complementary | 3 | Contrast with less tension |
| Tetradic | 4 (two pairs) | Rich multi-color systems |
| Square | 4 (90° apart) | Even four-color palettes |
| Monochromatic | 1 hue, many L | Minimal, layered surfaces |
Key distinctions behind the tool.
A circular diagram of hues that shows how colors relate. It dates back to Newton’s Opticks and is still the standard way to explore primary, secondary, tertiary colors and harmonies.
Colors opposite on the wheel (about 180° apart), such as blue and orange. They create strong contrast and work well as accents against neutrals.
Both use four hues. Square spaces them evenly (90°). Tetradic (rectangular) uses two complementary pairs 60° apart—more flexible, often needing one dominant color.
Shade = mix with black (darker). Tint = mix with white (lighter). Tone = mix with gray (less intense). Monochromatic mode on this wheel mainly varies lightness.
No. Selection and harmony math run locally in your browser.