Color Converter
Convert any color between HEX, RGB, HSL, and CMYK formats instantly. Use the color picker or type in any format — all others update in real time.
Understanding Color Formats
Designers and developers work with colors in many formats. Web developers use HEX codes in CSS. JavaScript and Canvas APIs typically use RGB. Design tools like Figma often work in HSL or HSB. Print designers need CMYK values. Converting between them is a constant need.
The verification example: #3B82F6→ RGB(59, 130, 246) → HSL(217°, 91%, 60%). This is Tailwind CSS's blue-500 color, a popular design system choice. You can enter any known brand or design system color and get all its format equivalents instantly.
CMYK values shown here are calculated from RGB and may differ slightly from professional print software due to different color profile assumptions. For production print work, always verify colors in your design software with the correct ICC profile for your printer.
Color Converter FAQs
How do I convert HEX to RGB?
What is HSL color?
What is CMYK used for?
Why are there different color formats?
What's the difference between RGB and CMYK?
How do I pick a color?
Related Tools
JSON Formatter & Validator
Format, validate, and minify JSON instantly. Private — runs entirely in your browser.
Regex Tester
Test regular expressions in real-time with live match highlighting and capture group display.
Base64 Encoder / Decoder
Encode text to Base64 or decode Base64 to text. UTF-8 safe, private, instant.