CMYK to hex converter
Set cyan, magenta, yellow and key, and read the matching hex code instantly. HueKit also shows RGB and HSL so you have every format at once.
Converting CMYK to hex
This is really two conversions run back to back. First HueKit turns CMYK into RGB, blending the key plate into each ink so red, green and blue land somewhere between 0 and 255. Then each of those three numbers is written as a two digit base 16 pair, and the pairs are joined behind a hash to form the hex code.
The trip loses nothing extra beyond the usual whole number rounding on each channel, so the hex code is a faithful on-screen read of the CMYK values you entered.
When you need this jump
Reach for this converter when a color starts as a print spec, perhaps from a brand guideline sheet, and needs a hex code for a website or app. It gets you a solid starting point fast. For the raw RGB channels instead of a packed hex string, use the CMYK to RGB converter, and the reverse direction lives at hex to CMYK.
Frequently asked questions
How do I convert CMYK to hex?
CMYK first becomes RGB by blending each ink percentage with the key, then every RGB channel is written as two hex digits from 00 to FF. HueKit runs both steps together the moment you move a slider.
Why might a hex value look different once it's printed?
Hex describes light on a screen, while CMYK describes ink on paper, and the two use different color gamuts. The hex code here is the closest on-screen match for the CMYK values you entered, which is useful for mockups but not for color-matching an actual print run.
What CMYK values give pure white and pure black hex?
0, 0, 0, 0 converts to #FFFFFF, pure white, because no ink is applied at all. 0, 0, 0, 100 converts to #000000, pure black, because the key channel alone is at full strength.