Color Format Converter
Convert colors between HEX, RGB, HSL, and other formats
Color Formats
Color Format Converter — HEX, RGB, HSL, HSV
Convert colors between HEX, RGB, HSL, HSV, CMYK, and CSS named colors instantly. Enter any format and get all others — useful for design handoff, CSS work, and print color matching.
FAQ
What is the difference between RGB and HEX?
Both describe the same colors. RGB uses three decimal values (0–255) for red, green, blue. HEX encodes the same values in two hexadecimal digits each (#RRGGBB).
When should I use HSL?
HSL (Hue, Saturation, Lightness) is more intuitive for humans. It's easier to create lighter/darker shades by adjusting L, or muted tones by adjusting S.
What is CMYK used for?
CMYK (Cyan, Magenta, Yellow, Key/Black) is used in print design. Screens use RGB; printers use CMYK inks.
Continue Exploring
Other Developer Tools you might like...
JSON Formatter
Format, validate, and minify JSON data with syntax highlighting
Base64 Encoder/Decoder
Encode text to Base64 and decode Base64 strings
URL Encoder/Decoder
Encode and decode URL components and query strings
UUID Generator
Generate random UUID v4 identifiers
Hash Generator
Generate MD5, SHA-1, SHA-256, and SHA-512 hashes from text
Regex Tester
Test and debug regular expressions with match highlighting
JWT Decoder
Decode and inspect JWT token header and payload
HTML Formatter
Beautify and format HTML code with proper indentation