← Back to news

Where to Find the Colors Your Screen Can't Show You

moultano.wordpress.com|353 points|89 comments|by moultano|Jun 20, 2026

Where to Find the Colors Your Screen Can't Show You

There are specific hues I desperately want to share with you, but I am physically unable to do so. You likely encountered these colors in your environment today, yet they remain invisible on any digital display.

Digital photography can capture everything. False. A digital photo cannot capture these colors, and your monitor cannot render them. Unless you possess highly specialized, non-consumer equipment, these colors simply do not exist in the digital realm.

Since I cannot transmit these colors to you through pixels, I must instead guide you on how to locate them in the physical world.

“You sound like a crazy person, what are you talking about?”

(Note: If you are already well-versed in the CIE chromaticity diagram and colorspaces, feel free to skip to the technical section.)

The Biology of Sight

Light consists of various wavelengths; the specific collection of these wavelengths is known as the spectrum. Human vision relies on three distinct types of cone cells, each reacting differently to various wavelengths.

Crucially, your eyes do not actually "read" the specific wavelength of light. Instead, your brain determines color by comparing the intensity of the signals sent by these three cell types.

Think of it this way: your cone cells are essentially shouting at your brain.

# A simplified representation of cone cell signaling
cone_red = "YELLING AT VOLUME 8"
cone_green = "YELLING AT VOLUME 3"
cone_blue = "YELLING AT VOLUME 2"
# Brain interprets this specific combination as a specific color

Your brain reconstructs the entire rainbow based solely on the relative volume of these three "shouts." Consequently, if two entirely different light spectra trigger your cones in the exact same pattern, your brain perceives them as the identical color.

Engineering a Digital Rainbow

If you were designing the first-ever color screen, the fact that humans only have three cone types would seem like a lucky break. If you can independently trigger those three cones, you can trick a human into seeing any color they are capable of perceiving, regardless of whether the screen is emitting the "true" spectrum of a real-world object.

This is the logic behind the three primary colors.

The CIE Chromaticity Diagram

In 1931, the International Commission on Illumination (CIE) mapped the entirety of human color vision.

  • The Outer Rim: Represents every single pure wavelength of light visible to humans.
  • The Interior Space: Represents all colors created by mixing those wavelengths.

Because these points combine linearly, any color sitting between two wavelengths can be created by blending them. Mathematically, this can be viewed as: Perceived Color=w1λ1+w2λ2+w3λ3\text{Perceived Color} = w_1\lambda_1 + w_2\lambda_2 + w_3\lambda_3 (Where ww is the weight and λ\lambda is the wavelength)

The CIE selected three primary colors to act as the "handles" for manipulating our cone cells. However, this created a problem: a massive lobe of green, cyan, and blue remains outside the triangle formed by these primaries.

CIE Diagram

To create a cyan that is "pure" enough to match the most vivid cyan a human can see, the math would actually require negative red light—which is physically impossible for a screen to produce.

The Hardware Bottleneck

To isolate pure wavelengths for their research, the CIE used a monochromator (a prism followed by narrow slits). While accurate, this is a bulky, inefficient piece of lab equipment—not something you'd put in a smartphone.

When color televisions were developed, engineers used phosphors. Because phosphors do not glow at pure wavelengths, the primary colors of early TVs couldn't even reach the edges of the CIE graph.

Evolution of Colorspaces

StandardReachCommon Usage
sRGBSmallest TriangleThe Internet, PC monitors, mass-market photography
Display P3Slightly WideriPhones, Macs, modern smartphone screens

sRGB vs P3

Even with P3, we are limited. Furthermore, the software we use often restricts us. For example, matplotlib (the library used for the article's graphs) only supports sRGB, meaning any color outside that narrow window is lost in the visualization.

Graph Limitation

The Lighting Problem

It isn't just our screens that are failing us; it's our light bulbs. By a stroke of bad luck, the colors screens struggle with are the same ones LED lighting misses.

Most white LEDs are constructed using:

  1. A Blue LED
  2. A Yellow Phosphor

The "cyan" range falls exactly in the gap between these two. While "High CRI" (Color Rendering Index) bulbs add more phosphors to fill this gap, cyan remains the weakest part of their emission.

LED Spectrum

Summary: How to see the "Invisible"

To experience the full spectrum of human vision, you have to step away from the digital world.

Your Checklist for Finding These Colors:

  • Turn off the LED lights.
  • Put away the smartphone.
  • Go outside.
  • Look for the deep, vivid cyans and greens of the natural world.

Real World Color 1 Real World Color 2 Real World Color 3 Real World Color 4 Real World Color 5 Real World Color 6