Free Online Color Converter — HEX, RGB, HSL & CMYK
Convert any colour between HEX, RGB, HSL, and CMYK formats instantly. Enter a hex code, pick from the colour wheel, or type RGB values to get all formats at once.
Related Tools
Frequently Asked Questions
What is the difference between HEX, RGB, and HSL?
HEX is a compact hexadecimal representation of RGB values (e.g., #FF6600). RGB specifies red, green, and blue intensities (0–255 each). HSL uses hue (0–360°), saturation (0–100%), and lightness (0–100%), which is often more intuitive for design work.
How do I convert HEX to RGB?
Split the HEX into three 2-character pairs and convert each from base-16 to base-10. #FF6600 → R:255, G:102, B:0. This tool does it instantly for you.
What is CMYK and when do I use it?
CMYK (Cyan, Magenta, Yellow, Key/Black) is a subtractive colour model used in print design. RGB and HEX are for screens (additive light); CMYK is for physical printing. Use CMYK values when preparing artwork for professional print.