Color Converter
Convert colors between different formats including HEX, RGB, HSL, HSV, and CMYK. Simply enter a color in any supported format and see it converted to all other formats instantly.
Color Preview
RGB: 59, 130, 246
#3b82f6Hexadecimal color code
rgb(59, 130, 246)Red, Green, Blue (0-255)
hsl(217.22, 91.22%, 59.8%)Hue, Saturation, Lightness
hsv(217.22, 76.02%, 96.47%)Hue, Saturation, Value
cmyk(76.02%, 47.15%, 0%, 3.53%)Cyan, Magenta, Yellow, Black
oklch(0.6231 0.188 259.81)Perceptually uniform color space
lab(55.63% 17.54 -64.42)CIE LAB color space
Try these examples:
FAQ
What color formats are supported?
This tool supports HEX (e.g., #FF5733), RGB (e.g., rgb(255, 87, 51)), HSL (e.g., hsl(11, 100%, 60%)), HSV, and CMYK color formats.
How do I convert HEX to RGB?
Simply paste your HEX color code (with or without the # symbol) into the input field, and the RGB equivalent will be displayed automatically along with other formats.
What is the difference between RGB and HSL?
RGB defines colors using Red, Green, and Blue values (0-255), while HSL uses Hue (0-360), Saturation (0-100%), and Lightness (0-100%). HSL is often more intuitive for adjusting colors.