Color Format Converter
Convert between HEX, RGB, HSL, HSV, and CMYK color formats with a visual color picker.
Quick Answer
Pick a color or enter a HEX value to instantly see it in all formats. #3B82F6 = rgb(59, 130, 246) = hsl(217, 91%, 60%). Click any value to copy it.
#3B82F6Copyrgb(59, 130, 246)Copyhsl(217, 91%, 60%)Copyhsv(217, 76%, 96%)Copycmyk(76%, 47%, 0%, 4%)CopyAbout This Tool
The Color Format Converter instantly translates a color between the five most common color formats used in web design, graphic design, and print. HEX and RGB are standard for web, HSL is increasingly popular in CSS for its intuitive lightness control, HSV is used in color pickers, and CMYK is essential for print design.
Understanding Color Spaces
HEX is a compact hexadecimal representation of RGB values. RGB defines colors as a mix of red, green, and blue light (0-255 each). HSL describes colors by hue (0-360 degrees on the color wheel), saturation (0-100%), and lightness (0-100%). HSV is similar but uses value (brightness) instead of lightness, which makes it more intuitive for picking pure colors. CMYK is a subtractive model using cyan, magenta, yellow, and black inks, designed for print production.
Web vs. Print Colors
RGB and HEX are additive color models designed for screens. CMYK is subtractive, designed for printing. Not all RGB colors can be accurately reproduced in CMYK, which is why screen colors sometimes look different when printed. When designing for print, work in CMYK from the start or verify your colors convert well. Bright, saturated blues and greens are especially prone to looking different in print.