Skip to content
ColorArchive
ColorArchive Notes
2029-03-31

Dark Mode Color Strategy: Beyond Inverting the Light Theme

Why dark mode requires a parallel design system — not just inverted values — and how to build one that feels native on OLED screens while preserving your brand.

Dark mode done right is a separate design system that happens to share a color language with your light mode. Done wrong, it's an inverted light theme with washed-out text, over-saturated accents, and blown-out highlights. **Why Inversion Fails** Simple inversion (dark becomes light, light becomes dark) produces several predictable problems. Saturated brand colors that looked energetic on white become harsh and eye-straining on black — especially on OLED displays where blacks are true zero luminance. Shadows (which depict depth on light surfaces) need to become elevation highlights in dark mode. And background hierarchy inverts: in light mode you build depth with darker backgrounds; in dark mode you build depth with lighter ones. **OLED-Specific Considerations** On OLED displays, true black pixels are powered off entirely — making them perfect black at zero energy cost. This gives designers access to a depth dimension unavailable in print or older LCD screens: the ability to build infinite-depth elements by going to true black. But it also means any near-black that's not quite pure black looks slightly gray against the surrounding powered-off pixels. Be deliberate about which background tokens use pure black (#000) and which use near-black. **Color Desaturation in Dark Mode** Most experienced dark mode designers reduce saturation by 15–25% from the light mode equivalents — brand colors that pop on white feel garish and harsh on dark backgrounds at the same chroma. The exception is interactive elements: links, buttons, and CTAs often need to maintain or even increase lightness in dark mode to hit adequate contrast ratios against dark surfaces. **The Elevation System** In dark mode, elevation is expressed through surface lightness, not shadows. The base surface is your darkest value; each elevation level adds a small amount of white (typically 5–12% opacity overlay) to lift the surface. This system — popularized by Material Design — translates your light mode depth cues into a dark mode analog. Your dark mode neutral scale should have at least 5 surface values ranging from near-black to a medium-dark surface used for modals and overlays.
Newer issue
Seasonal Color Planning: Mapping 12 Months of Brand Expression
2029-03-24
Older issue
Color for Conversion: What A/B Tests Actually Reveal About CTA Colors
2029-04-07