Color Picker
Use Color Picker to choose and convert color precisely — instant and free.
Find the complement of any colour — the hue directly opposite it on the colour wheel — with a side-by-side preview and a copyable hex. Runs entirely in your browser.
Your browser is preparing the tool. It runs 100% locally.
Enter a base colour and the tool returns its complement — the colour sitting directly opposite on the colour wheel. It does this by converting your colour to HSL and rotating the hue by 180 degrees while keeping saturation and lightness the same. You get both colours side by side and the complement's hex to copy. Complementary pairs sit at maximum hue contrast, which makes each colour look more vivid next to the other. It runs in your browser.
Give it one colour and it shows you the single colour that is its opposite on the colour wheel, displayed as a split swatch so you can see the pair together. The complement's hex code is shown ready to copy.
Complementary pairs — blue and orange, red and cyan, yellow and violet — are a staple of colour design because each makes the other appear more intense. This tool finds that partner instantly, without you having to eyeball the wheel.
The tool converts your colour to HSL, where hue is an angle from 0 to 360 degrees around a wheel. Red sits near 0, green near 120, blue near 240. The complement is whatever hue lies exactly halfway around — 180 degrees away.
It adds 180 to your colour's hue (wrapping past 360 back to the start), keeps the saturation and lightness untouched, and converts the result back to a hex code. Because only the hue moves, the complement matches your colour in vividness and brightness — it is the same colour family member, just on the opposite side of the wheel.
convert base colour to HSL (hue, saturation, lightness)
complement hue = (hue + 180) mod 360
saturation and lightness stay the same
convert the new HSL back to hexbase #2563EB (a blue) → complement #EBAC24 (an amber)Adding 180 degrees lands on the opposite side of the wheel. Wrapping with mod 360 keeps the angle valid — for example a hue of 300 plus 180 becomes 120.
The complement is computed on the HSL/RGB wheel, which is the standard for digital colour but not identical to the traditional artists' wheel. On the classic red-yellow-blue wheel the complement of blue is orange; on the screen-based wheel blue pairs with yellow-orange. Expect the digital answer, which is what your CSS and design tools use.
It returns one strict complement — the exact opposite hue. Real palettes often prefer a split-complementary or analogous-to-complement pairing for a softer effect; this tool gives the pure 180-degree partner as a starting point.
Saturation and lightness are carried over unchanged, so a pale base gives a pale complement and a vivid base a vivid one. That keeps the pair balanced, but if you want a light-and-dark contrast you will adjust lightness yourself afterwards.
A complementary pairing maximises hue contrast, but that is not the same as accessible text contrast. Two complements with similar lightness can be hard to read as text on each other — check any such pair in a contrast checker.
Pair a brand colour with its complement for buttons or highlights that pop.
Start a palette from a base and its opposite.
Place a colour on its complement for maximum visual contrast.
See exactly which colour sits opposite any hue on the wheel.
For a fuller scheme, use a colour palette generator (analogous, triadic, monochromatic). For text legibility on the pair, check it in a contrast checker. For tints and shades of either colour, use a shades generator.
Derives the complement by rotating the hue 180° in HSL while keeping saturation and lightness; honest that this is the classic opposite-hue pairing, not a perceptual or split-complementary scheme.
Use Color Picker to choose and convert color precisely — instant and free.
Use HEX to RGB Converter to choose and convert color precisely — instant and free.
Use Color Palette Generator to choose and convert color precisely — instant and free.
Use Gradient Generator to choose and convert color precisely — instant and free.
Use Contrast Checker to choose and convert color precisely — instant and free.
RGB to HEX Converter with copy-ready values for design and front-end work.
It is free, private and runs entirely in your browser — no sign-up, no uploads, no limits.