Tag

fundamentals

5 articles on fundamentals.

The parts worth understanding first

Most color mistakes on the web are not taste failures. They are a small number of technical misunderstandings, repeated: that HSL lightness means lightness, that mixing two hex codes gives you the color between them, that a contrast ratio describes how something looks, that saturated means vivid.

The through-line is that sRGB's numbers are encoded for displays, not for arithmetic. They are gamma-compressed, which is efficient for storage and wrong for averaging — the muddy midpoint in a naive gradient is that error made visible. Undo the curve first and the same operations start behaving the way your eye expects.

Learn to think in three channels that mean something: perceptual lightness, chroma, and hue. Once those are separate and honest, a large class of problems collapses into adjusting one of them and leaving the other two alone — which is most of what "having a good eye for color" turns out to be in interface work.

All 5 articles

Tools for fundamentals