← BACK TO LEACB
2026-01-10

What Is Color Science

Color ScienceTheoryPerception

The Science of Seeing

Color science is the study of how electromagnetic radiation in the visible spectrum is perceived by the human visual system, quantified mathematically, and reproduced across devices. It bridges physics, biology, and engineering.

When light hits your retina, three types of cone cells — sensitive to long (red), medium (green), and short (blue) wavelengths — fire signals to your brain. Your brain constructs the experience of "color" from those signals. Color doesn't exist in the physical world; it exists in your mind.

The Visible Spectrum

Humans see roughly 380nm to 700nm of electromagnetic radiation. Violet sits at the short-wavelength end, red at the long end. But color perception is not a simple mapping from wavelength to experience — metamerism means different spectral distributions can appear identical to our eyes.

This is why two paint swatches can match under fluorescent light but look different in sunlight. The spectral power distributions are different, but under one illuminant they produce the same cone responses.

CIE Color System

In 1931, the International Commission on Illumination (CIE) defined the first mathematically rigorous color space: CIE XYZ. They measured how average humans perceive color via color matching experiments and derived three color matching functions: x̄(λ), ȳ(λ), z̄(λ).

XYZ is the foundation upon which all modern color science is built. Every color space you've heard of — sRGB, Adobe RGB, DCI-P3, CIELAB — is defined as a transformation from or to XYZ.

Color Spaces

sRGB is the standard for the web: a small gamut with a specific gamma curve. Display P3 is wider, covering about 25% more colors. CIELAB attempts perceptual uniformity — equal numerical differences should correspond to equal perceived differences.

Each color space makes trade-offs. sRGB sacrifices gamut for universality. Lab sacrifices simplicity for perceptual accuracy. Choosing the right space depends entirely on what you're trying to do.

Perception vs Physics

Your visual system adapts constantly. Chromatic adaptation means a white paper looks white under both warm tungsten and cool daylight. Simultaneous contrast makes identical greys appear different on different backgrounds. Color constancy, opponent processing, and lateral inhibition all shape what you see.

"Color is not a property of the object, nor a property of the light — it is a property of the observer."

Why It Matters for Developers

If you're working with images, displays, rendering, or UI design, understanding color science prevents subtle bugs. Incorrect gamma handling destroys image quality. Interpolating in sRGB instead of a perceptually uniform space produces muddy gradients. Getting color right means understanding the pipeline from photons to pixels.