Color Converter
Convert between HEX, RGB, HSL, and CMYK color formats. Pick a color, enter values, or choose from presets.
#4285F4
#BD7A0B
HEX
Enter #RRGGBB or #RGB format
RGB
HSL
CMYK
Preset Colors
About Color Formats
HEX is the most common web color format, using a # followed by six hexadecimal digits representing Red, Green, and Blue channels. Example: #FF5733.
RGB defines colors using Red, Green, and Blue values from 0 to 255. It is the standard color model for screens and digital displays.
HSL represents colors using Hue (0-360 degrees on the color wheel), Saturation (0-100%), and Lightness (0-100%). It is more intuitive for human color perception.
CMYK is a subtractive color model used in print. It stands for Cyan, Magenta, Yellow, and Key (Black), each expressed as a percentage from 0 to 100.