Hue rotations define each scheme
Complementary adds 180 degrees, triadic adds 120 and 240, and square adds 90, 180, and 270. Values wrap around the 360-degree hue circle.
Generate harmonious color palettes from a base color using color theory rules.
Choose a starting color or enter a hex code to begin.
Choose complementary, analogous, triadic, or another color scheme.
Click any swatch to copy its hex, RGB, or HSL value.
Starting from one sRGB HEX color, this generator converts it to HSL and creates complementary, triadic, split-complementary, analogous, monochromatic, and square arrangements. Hue rotations provide consistent geometric relationships while lightness changes create monochromatic steps.
A concrete input and expected output from the current implementation.
Input
Base #FF0000
Expected output
Complementary pair #FF0000 and #00FFFF
Red has a hue near 0 degrees. Rotating hue by 180 degrees while keeping saturation and lightness produces cyan.
Complementary adds 180 degrees, triadic adds 120 and 240, and square adds 90, 180, and 270. Values wrap around the 360-degree hue circle.
The same hue and saturation are kept while lightness moves darker and lighter within bounded values. This preserves family resemblance without guaranteeing contrast.
No. Hue relationship and luminance contrast are different. Test any foreground/background pair with the contrast calculator.
Human vision is more sensitive to some colors than others, while HSL treats numerical hue steps uniformly.
The example and behavioral notes were checked against the browser implementation. Standards and primary references below define the relevant format, formula, or platform behavior.
Pick colors visually and convert between HEX, RGB, HSL, and CMYK formats.
Preview how screen colors translate to print with CMYK simulation and proofing.
Preview any Google Font at various sizes, weights, and with custom sample text.
Create linear, radial, and conic CSS gradients with a visual editor and code output.
Simulate how colors appear to people with various types of color vision deficiency.
Design box shadows visually with multiple layers and copy the CSS code.