All glossary terms
Color & Matching

What is Luminance?

Also known as: Lightness, Value

The perceived brightness of a color, independent of hue and saturation. The L in CIE-LAB and HSL color models. Critical for accessibility and for color matching across substrates.

In detail

Luminance is how bright or dark a color reads. CIE-LAB L* axis runs 0 (pure black) to 100 (pure white). Two colors with the same hue and saturation but different luminance look like darker and lighter shades of each other. Luminance contrast between foreground and background is the primary factor in text legibility and colorblind accessibility — WCAG 2.1 mandates a 4.5:1 luminance contrast ratio for body text. In textile work, luminance is especially substrate-sensitive: a navy blue at L*=20 prints at L*=25-30 on cotton voile (lighter than designed) because the fabric reflects more light than the dye absorbs. Luminance is the perceptually weighted brightness measure — it weights green more heavily than red, and red more heavily than blue, matching how the human eye actually perceives brightness. This is why a saturated yellow looks bright and a saturated blue looks dark even if both have the same RGB intensity values; luminance accounts for this perceptual asymmetry where simple RGB averages do not.

Example

WCAG accessibility check: pale gray text (L*=85) on white background (L*=100) has only 1.5:1 contrast — fails the 4.5:1 threshold. Same gray on dark navy (L*=15) has 11:1 contrast — passes easily. Designers reading WCAG specs work in luminance, not hex codes.

Related terms

Hue
The named color of a sample — red, blue, green, etc. The H in HSL/HSV color models. Independent of saturation (purity) and lightness.
Saturation
The purity or intensity of a color. High saturation = vivid, pure hue. Low saturation = muted, washed-out, closer to gray. Independent of hue and lightness.
CIE-LAB
A color space designed to match human visual perception, where Euclidean distance approximates perceived color difference. The standard workspace for professional color matching in textiles.
Color matching
The process of identifying the closest standardized color reference (Pantone TCX, RAL Classic) to an arbitrary color in a design. Required for production handoff with predictable color reproduction.

Go deeper

  • Designing for color blindness