RGB vs CMYK in one minute
Every color decision you make ends up in one of two worlds: light or ink. RGB mixes light on a screen. CMYK mixes ink on paper. That single difference explains almost every print surprise you have ever had: the neon green that came back olive, the black that printed like wet cardboard, the brand blue that leaned purple.
The short version: use RGB for anything that stays on a screen, use CMYK for anything that touches a printing press. The long version is where the money is, because the way you convert matters more than the mode itself.
| RGB | CMYK | |
|---|---|---|
| Stands for | Red, Green, Blue | Cyan, Magenta, Yellow, Key (black) |
| Color model | Additive (adds light) | Subtractive (absorbs light) |
| All channels at max | White | Muddy dark brown / oversaturated mess |
| All channels at zero | Black | Bare paper (white or whatever the stock is) |
| Gamut size | Larger, especially in greens, cyans and saturated blues | Smaller, stronger in warm neutrals and browns |
| Use it for | Web, apps, social, video, presentations, digital ads | Offset and digital press, packaging, large format, merch |
| Typical file types | PNG, JPG, WebP, AVIF, SVG | PDF/X, TIFF, native AI/INDD packages |

How RGB actually works
RGB is additive. A screen starts black and emits red, green and blue light. Stack all three at full intensity and you get white. Because the pixel is a light source, RGB can produce colors that simply do not exist as reflected light off paper: electric cyan, laser green, pure fluorescent orange. A longer analysis is available for anyone who wants it.
RGB is not one single thing, though. That is the part most explainers skip:
- sRGB: the safe default for web, email and anything a random browser will render. If you are unsure, this is the answer.
- Adobe RGB (1998): wider in cyans and greens, historically used as a bridge to print because it contains more of the CMYK gamut than sRGB does.
- Display P3: the wide gamut on modern phones and laptops. Great for digital campaigns, dangerous if you design print artwork on it without soft proofing, because the screen shows you colors ink cannot reach.
- ProPhoto RGB: huge working space for photo editing, never a delivery format.
Key point: saying “the file is RGB” tells you nothing without the profile. An untagged RGB file is a coin flip.
How CMYK actually works
CMYK is subtractive. White paper reflects all wavelengths. Each ink layer absorbs (subtracts) part of the spectrum, and what bounces back to your eye is what is left. Cyan, magenta and yellow together theoretically make black, but in reality they make a muddy brown, which is why K (key, the black plate) exists: it gives real depth, keeps text crisp, and saves ink.
CMYK is also not one single thing. The same file printed with these two profiles will not match:
- Coated FOGRA39 / FOGRA51 (PSO Coated v3): the European standard for coated stock, the most common request from Czech and EU printers.
- Uncoated FOGRA52 (PSO Uncoated v3): uncoated paper drinks ink, so dots spread and everything goes lighter and softer.
- US Web Coated (SWOP): North American offset, still shows up in shared templates.
- Vendor-specific profiles: many digital presses, packaging converters and large format shops publish their own ICC profile. Always ask.
Why printers do not just print in RGB
A press does not emit light, it deposits ink. There is no “red ink plus green ink equals yellow” on paper, the physics runs the other way. Even digital presses and inkjets that accept RGB files convert internally to their own ink set before anything hits the sheet. The question is never whether a conversion happens, only who controls it: you, with a profile you chose, or a RIP somewhere making a guess at midnight.

Why screen colors shift when printed
Three separate things cause the shift, and they compound.
- Gamut clipping. Colors outside the CMYK gamut get pulled to the nearest reachable color. Saturated blues, vivid greens, neon oranges and hot pinks take the biggest hit.
- Substrate and ink behavior. Uncoated, recycled or kraft stock lowers contrast and shifts hue. Dot gain makes midtones darker on press than on screen.
- Light source. A screen shows you emitted light at maybe 300 to 1000 nits. Print reflects whatever light is in the room. Under warm office light, the same sheet looks different than under daylight (metamerism).
Real example 1: the muddy black
You designed a hero panel in RGB with #000000. Converted straight to CMYK it becomes roughly 0/0/0/100, a single black plate. On a large area that reads as washed-out charcoal, and any tiny misregistration shows the white paper through it.
The fix is a rich black build, but not “all channels at 100”, which pushes total ink coverage to 400% and causes set-off, cracking and drying problems.
| Use case | Suggested build (C/M/Y/K) | Notes |
|---|---|---|
| Body text, small type, thin rules | 0 / 0 / 0 / 100 | Single plate, no registration risk, keep it overprinting |
| Large black areas, coated stock | 60 / 40 / 40 / 100 | Neutral rich black, around 240% total ink |
| Cool / photographic black | 60 / 40 / 20 / 100 | Slight blue lean, good behind images |
| Uncoated / newsprint | 40 / 30 / 30 / 100 | Lower coverage, absorbent stock |
Always confirm the total ink limit with your printer. Typical ceilings: 300 to 330% coated offset, 260 to 280% uncoated, 240% or lower on newsprint.
Real example 2: the dull neon
Neon green #39FF14 or hot pink #FF00A0 look spectacular on a P3 laptop. In FOGRA39 they land somewhere between “tired highlighter” and “gum”. Nothing is broken, the ink simply cannot get there.
Options that actually work:
- Spot color. Pantone 802 C (green), 806 C (pink), 811 C (orange) and other fluorescents exist precisely for this. Budget for an extra plate.
- Extended gamut printing. CMYK + orange, green and violet (often called 7-color or CMYKOGV) covers far more of the RGB gamut and is widely available for packaging.
- Redesign the contrast. If the budget is 4-color only, get the punch from contrast and composition instead of raw saturation. A slightly duller green next to a deep neutral reads brighter than a slightly duller green floating on white.
- Substrate tricks. Spot UV, foil or a metallic base under the color can restore perceived vibrancy without an extra process ink.
Real example 3: the brand blue that turns purple
Classic case: #0000FF or a saturated corporate blue. CMYK reaches it with heavy cyan plus heavy magenta, and any drift on the magenta plate pushes it violet. If blue is your brand, define it as a Pantone spot and give your printer a CMYK equivalent for jobs where spot is not available, rather than letting each supplier convert it their own way.
Real example 4: banding and dirty gradients
An RGB gradient converted late, at low bit depth, breaks into visible steps and picks up color noise in the transition. Build gradients in the destination CMYK space, keep images at 16-bit while editing, and add 1 to 2% noise to long, subtle gradients.
Which mode to use, by project type
| Project | Color mode | Deliverable |
|---|---|---|
| Website, UI, email, social | RGB, sRGB profile | WebP / AVIF / PNG / SVG |
| Digital ads and video | RGB (sRGB, or P3 if the platform supports it) | Per platform spec |
| Business cards, flyers, brochures | CMYK, printer profile | PDF/X-4 with bleed and marks |
| Packaging and labels | CMYK + spot colors, dieline on its own layer | PDF/X-4 + native package |
| Large format, banners, signage | Often RGB accepted, ask the supplier | PDF at scaled size, vector where possible |
| Apparel, DTG, screen print | RGB source, separations by supplier | PNG with transparency or vector |
| Logo master files | Vector, with RGB, CMYK and Pantone variants | AI / SVG / EPS + brand sheet |
The one workflow rule that prevents most problems
Design in RGB, soft proof in CMYK, convert once at the end, using the profile your printer gave you. Converting a file back and forth between modes destroys data every time and there is no undo for a discarded gamut.

Software specifics
Photoshop
- Work in Adobe RGB or sRGB at 16-bit for photography, then Edit > Convert to Profile at the end.
- Soft proof with View > Proof Setup > Custom, choose the print profile, tick Simulate Paper Color. Ctrl/Cmd+Y toggles it.
- Turn on View > Gamut Warning to see exactly which pixels will be clipped.
- Rendering intent: Relative Colorimetric with black point compensation for most work, Perceptual for photos full of out-of-gamut saturation.
Illustrator
- Set the document color mode at creation: File > Document Color Mode. Switching later remaps every swatch.
- Check Window > Separations Preview before export to catch stray spot colors, unwanted overprints and rich black text.
- Keep Pantone swatches as spot, do not let them silently become process unless that is the plan.
InDesign
- InDesign keeps placed images in their original space and converts on export, which is exactly what you want. Do not pre-convert everything by hand.
- Export as PDF/X-4, output intent set to the printer profile, Convert to Destination (Preserve Numbers) so your 0/0/0/100 blacks stay untouched.
- Use the Ink Manager to convert leftover spot colors to process when the job is 4-color only.
Canva, Figma and other browser tools
- Both work natively in RGB. Figma has no CMYK mode at all.
- Canva can export a “PDF Print” with CMYK conversion, but you do not choose the profile and you get no control over black builds. Fine for a flyer, risky for packaging or a brand-critical piece.
- If a job must match a brand color, hand the printer vector artwork with defined Pantone or CMYK values instead of relying on an automatic conversion.
The pre-export conversion checklist
Run this before every press-ready delivery. It takes ten minutes and saves reprints.
- Ask the printer for the exact ICC profile and total ink limit. No profile, no reliable conversion. This is question number one, not an afterthought.
- Calibrate or at least sanity-check your monitor. A hardware calibrator is ideal. Turn off night mode, auto-brightness and any “vivid” display preset.
- Soft proof with paper simulation. Look at it in a neutral room, not next to a bright window.
- Run a gamut warning pass. Decide consciously what to do with each clipped area: adjust, accept, or promote to spot.
- Convert once, at the end, with a chosen rendering intent. Relative Colorimetric plus black point compensation as default.
- Audit your blacks. Small text and hairlines on K only. Large areas on a controlled rich black. No 400% coverage anywhere.
- Check total ink coverage. Acrobat Pro output preview or the RIP preview shows the hot spots. Stay under the limit the printer gave you.
- Review the swatch panel. Delete unused swatches, rename spot colors consistently (“PANTONE 286 C” once, not three variants), convert to process if the job is 4-color.
- Check overprint and knockout. White objects set to overprint disappear on press. Separations preview catches this instantly.
- Verify image resolution and effective ppi. 300 ppi at final size for press, 150 to 200 ppi for large format viewed at distance.
- Add bleed and safety margin. 3 mm bleed as standard in Europe, 5 mm for packaging and anything with a fold or die.
- Embed all fonts, or outline them if the printer asks. Keep an editable master either way.
- Export PDF/X-4 with the correct output intent and open the result in Acrobat output preview before sending.
- Request a proof for anything color-critical. A contract proof or a press proof on the real stock beats every screen preview ever made.
- Archive the RGB master. The next campaign will need a web version, and you cannot upscale a gamut back into existence.

Converting the other direction: CMYK to RGB
Repurposing print artwork for the web is easier but not free. A CMYK file converted to sRGB usually looks flat, because you are moving a smaller gamut into a bigger one and nothing automatically expands to fill it. Convert to sRGB, then rebuild saturation and contrast for screen. Never publish a CMYK JPEG to a website: browsers handle them inconsistently and the file is heavier for no benefit.
Quick reference: symptom and fix
| What you see | Likely cause | Fix |
|---|---|---|
| Black looks grey or streaky | K-only on a large area | Rich black build within the ink limit |
| Small text looks fuzzy or fringed | Text built from 4 plates, misregistration | Set text to 0/0/0/100, overprint |
| Bright colors look dull | Out of CMYK gamut | Spot color, extended gamut, or redesign contrast |
| Blue prints purple | High cyan + high magenta, plate drift | Reduce magenta or use a Pantone spot |
| Ink smudges, sheets stick | Total ink coverage too high | Reduce coverage, reconvert with correct profile |
| Elements vanished | White set to overprint | Set to knockout, verify in separations preview |
| Two print runs do not match | Different profiles or stocks | Lock the profile in the brand guide, supply per-substrate values |

Build it into your brand guidelines
The cleanest long-term fix is documentation. Every brand color should be specified in four ways:
- HEX / sRGB for web and UI
- CMYK coated values
- CMYK uncoated values (they will differ, and that is correct)
- Pantone reference for spot printing and for third-party suppliers
If your guidelines list only a HEX code, every supplier converts it differently and your brand color quietly becomes five brand colors.
FAQ
Is it better to use CMYK or RGB?
Neither is better in general, they solve different problems. RGB is better for anything displayed on a screen because it has a wider gamut and is what devices actually render. CMYK is better for anything printed with ink because it describes what a press can physically reproduce. The practical answer for most designers: work in RGB, deliver in the mode the final medium requires.
What happens if you print an RGB file instead of CMYK?
It will still print, because the RIP converts it automatically. The problem is that you did not control the conversion: saturated colors shift unpredictably, blacks often come out as a weak single-plate grey or an ink-heavy mess, and two runs of the same file at different suppliers will not match. For anything color-critical, convert yourself with the printer profile.
Why do printers not use RGB?
Because ink absorbs light instead of emitting it. Additive mixing needs a light source. On paper, colors are created by subtracting wavelengths from the light hitting the sheet, which is what cyan, magenta, yellow and black inks do. Some devices accept RGB files as input, but they always convert to their own ink set before printing.
Why use CMYK instead of RGB for print?
Because CMYK values map directly to ink on plates. Working in CMYK with the right profile lets you see realistic colors on screen, control black builds, keep total ink coverage within limits, and hand the printer numbers that mean the same thing to everyone in the chain. Related reading: RGB vs. CMYK: Understanding the Differences.
Do digital presses and inkjets need CMYK files?
Many accept RGB and some prefer it, because their gamut is wider than standard offset and an early conversion can throw away colors they could have reproduced. Ask the supplier: if they publish an RGB workflow, follow it and send sRGB or Adobe RGB. If they publish a CMYK profile, use it.
Can you get neon or fluorescent colors in CMYK?
Not with standard four-color process. You need a fluorescent spot ink, an extended gamut setup (CMYK plus orange, green and violet), or a finishing effect such as spot UV or foil to create the perception of extra intensity.
Should logo files be RGB or CMYK?
Both, plus Pantone. Keep a vector master and export dedicated versions per medium. Sending a CMYK logo to a web developer produces dull, oversized assets. Sending an sRGB logo to a packaging converter produces an uncontrolled conversion.
Which rendering intent should I choose?
Relative Colorimetric with black point compensation for most graphics and brand work, because in-gamut colors stay accurate. Perceptual for photographs with a lot of out-of-gamut saturation, because it compresses the whole image smoothly and preserves the relationships between tones.
Bottom line
RGB vs CMYK is not really a choice between two modes, it is a question of when and how you convert. Design wide, soft proof honestly, convert once with the profile your printer supplies, control your blacks, and check total ink before you export. Do that and the file that leaves your machine will look like the sheet that comes off the press.
Need a second pair of eyes on a press-ready file, or help turning brand colors into a specification that survives every supplier? Get in touch with our team at atanaiplus.cz and we will review your artwork before it costs you a reprint.

0 Comments