Colors that look the same on screen and on paper
A vivid color on your monitor can turn dull and muddy once it is printed, because CMYK ink on paper covers a smaller gamut than the RGB light your screen emits. This tool generates palettes, converts each color to its approximate CMYK breakdown, and flags the colors most likely to shift, so you can build a palette that survives the trip to print.
How it works
For each color the tool does two things:
- Convert RGB to CMYK using the standard formula. First it finds the key (black):
K = 1 - max(R, G, B). Then each channel isC = (1 - R - K) / (1 - K), and the same for magenta and yellow, with all values clamped and shown as percentages. - Judge print safety. A color is flagged when it is both very bright and very saturated (a sign it sits outside the printable gamut, like a neon), or when its total ink coverage (C + M + Y + K) is extremely high. Heavy coverage above roughly 300 percent does not dry cleanly on press.
Safe colors are slightly desaturated and mid-toned, which is exactly the region where screen and print agree.
Why RGB-to-CMYK shifts happen
Screens mix colored light: combining full red, green, and blue produces white. Printers mix inks: combining full cyan, magenta, and yellow produces a muddy near-black because inks absorb light rather than emit it. The practical consequence is that the printable gamut sits inside the screen gamut — every color a press can produce can also be shown on screen, but many colors a screen shows cannot be reproduced on press. The gap is widest for:
- Vivid blues and purples — screen blues that rely on deep pure blue light, like electric blue or cyan, become noticeably duller in CMYK.
- Neon greens and limes — highly saturated mid-greens have no ink combination that matches their screen brightness.
- Pure digital red (RGB 255, 0, 0) — prints warmer and darker than expected in CMYK because achieving that exact hue requires high ink percentages that shift on paper.
Reading the palette flags
The tool marks each swatch with a print safety verdict:
- Safe — the CMYK equivalent is close enough to the RGB source that most presses will render it recognizably. Total ink coverage is moderate.
- Caution — the color is near the gamut boundary. It will look similar but possibly slightly less vivid. Acceptable for many use cases, worth a proof.
- Avoid for print — the color is either neon (cannot be represented in CMYK at anywhere near its screen appearance) or has such high total ink coverage that it risks smearing, slow drying, or set-off on the opposite page.
Total ink coverage explained
Total ink coverage (TIC) is the sum of the four CMYK percentages: C% + M% + Y% + K%. A solid black might be C:75, M:68, Y:67, K:90 — a TIC of 300, which is typical of commercial offset. Going higher can prevent ink from drying between sheets, causing set-off (a faint transferred impression on the back of the next sheet). Many press operators set a TIC limit of 280–320%. The tool flags anything that would push common CMYK mixes above this zone.
Tips for production use
- Generate several batches and pick swatches that are flagged safe across all of them — that gives you the most stable palette for print.
- For production work, soft-proof with your printer’s actual ICC profile in a design application like Illustrator or InDesign before committing. The profile encodes the specific press’s color response.
- Rich blacks (mixing C + M + Y + K rather than K alone) look deeper than pure black on large areas, but push TIC high — use them for headlines and avoid them on fine text where ink spread causes blur.
- If you need a bright accent that fails the print-safe check, accept that it will dull, then choose the closest in-gamut alternative and use it consistently across all materials so the brand palette looks coherent rather than inconsistently shifted.