RGB vs CMYK: Screen Colors vs Print Colors
July 23, 2025 โข 4 min read
You design a vibrant logo on your screen, send it to print, and it comes back looking dull. This is the RGB-to-CMYK problem โ screens and printers use fundamentally different colour systems. Here is why, and how to handle it.
The Two Color Models
RGB = Red, Green, Blue (additive โ light)
CMYK = Cyan, Magenta, Yellow, Key/Black (subtractive โ ink)
How RGB Works (Screens)
Screens emit light. They start with darkness (black) and add coloured light to create colours:
- โถ Red + Green = Yellow
- โถ Red + Blue = Magenta
- โถ Green + Blue = Cyan
- โถ Red + Green + Blue = White
- โถ No light = Black
This is why it is called "additive" โ you add light to get brighter colours. RGB can produce very vivid, saturated colours because it is using light directly.
How CMYK Works (Print)
Printers start with white paper and subtract light using ink:
- โถ Cyan ink absorbs red light
- โถ Magenta ink absorbs green light
- โถ Yellow ink absorbs blue light
- โถ All inks together = muddy brown (not perfect black, hence the "K" for Key/Black ink)
This is "subtractive" โ ink subtracts wavelengths from the white paper's reflected light.
When to Use Each
- โถ RGB: Websites, apps, social media, video, digital presentations, email graphics
- โถ CMYK: Business cards, brochures, magazines, packaging, posters, anything physically printed
- โถ Rule of thumb: If it will be viewed on a screen, use RGB. If it will be printed, convert to CMYK
Why Colors Look Different in Print
- โถ RGB can display about 16.7 million colours; CMYK can reproduce far fewer
- โถ Vivid blues, bright greens, and neon colours often cannot be matched in CMYK
- โถ Screens are backlit (bright); paper relies on reflected light (duller)
- โถ Different paper types absorb ink differently, affecting the final appearance
Tips for Designers
- โถ Design for print in CMYK from the start โ converting at the end causes colour shifts
- โถ Use Pantone/spot colours for brand-critical colours in print
- โถ Soft-proof on screen โ most design software can simulate CMYK output
- โถ Request a physical proof before large print runs
- โถ Keep your RGB versions for digital use โ never convert print files back to RGB
Try It Now
Open Color Picker โ๐ Try our converter: Open Tool โ