Convert colors between HEX, RGB, HSL & CMYK, generate palettes and check contrast.
{{ line }}
A Color Converter enables instant conversion of color values between different color spaces like HEX, RGB, HSL and CMYK. Web designers and developers use different color formats depending on context — HEX for CSS, RGB for image editing, HSL for intuitive color adjustment and CMYK for print.
HEX is a 6-digit hexadecimal value (#RRGGBB) commonly used in CSS. RGB defines colors via Red, Green and Blue values (0–255). HSL describes colors via Hue (0–360°), Saturation and Lightness — ideal for intuitive color adjustments. CMYK (Cyan, Magenta, Yellow, Key/Black) is used for print.
Color harmonies are based on the position of colors on the color wheel. Complementary colors are opposite (180°) and create maximum contrast. Analogous colors are adjacent (±30°) and feel harmonious. Triadic colors are evenly spaced (120°) and offer vibrant combinations. Split-complementary colors use the two neighbors of the complement for a softer contrast.