Convert colors between HEX, RGB, HSL and CMYK instantly. Live preview included — no sign-up needed.
A color converter translates color values between different formats used in design and development. Different tools and contexts require different formats — CSS uses HEX and RGB, design tools use HSL, and print design uses CMYK. Our converter handles all of them instantly.
The most common format in web development. A # followed by 6 hexadecimal digits representing Red, Green, and Blue channels. Example: #1a9e7e
Defines color as three values (0–255) for red, green, and blue channels. Widely used in CSS and digital displays. Example: rgb(26, 158, 126)
A more intuitive model for designers. Hue is 0–360 degrees on the color wheel, saturation and lightness are percentages. Example: hsl(164, 72%, 36%)
Used in print design and printing presses. Values are percentages of each ink color. Example: cmyk(84%, 0%, 20%, 38%)