HEX is RGB in disguise
A HEX code like #1DB954 is three RGB values written in hexadecimal: red 1D (29), green B9 (185), blue 54 (84). Converting HEX to CMYK is therefore RGB-to-CMYK conversion with a different input notation, and everything that matters happens in that second step: which profile, which paper, which press.
Why the profile matters
The quick formula you’ll find on most converter sites treats CMYK as a mathematical mirror of RGB. Presses don’t work that way. Ink density, dot gain, paper coating, and total ink limits all change what a given CMYK recipe looks like. ICC profiles encode that behavior. This tool runs a real color engine in your browser with standard press profiles (FOGRA39 coated, GRACoL, SWOP, uncoated variants), and you can upload your printer’s own ICC file for exact numbers.
Common conversions
| HEX | RGB | CMYK (naïve) |
|---|---|---|
| #000000 (black) | 0, 0, 0 | 0, 0, 0, 100 |
| #FFFFFF (white) | 255, 255, 255 | 0, 0, 0, 0 |
| #FF0000 (red) | 255, 0, 0 | 0, 100, 100, 0 |
| #1DB954 (Spotify green) | 29, 185, 84 | 84, 0, 55, 27 |
| #1877F2 (Facebook blue) | 24, 119, 242 | 90, 51, 0, 5 |
Naïve values are shown for reference. Run your brand colors through the ICC converter above before they reach a press.
