Tag

backgrounds

7 articles on backgrounds.

Why the background comes first

On a web page, one color covers more area than every other color combined. It sets the polarity of the interface, decides which text colors are even available, and determines whether your accent reads as confident or as a mistake. Every other color decision is downstream of it, which is a good argument for making it first rather than last.

The default is #ffffff, and the default is rarely right. Pure white is the brightest thing a display can emit; on an OLED phone at night it is genuinely uncomfortable, and in a bright room it flares. Most well-built interfaces sit a few percent off it — a very light warm gray, a barely-blue off-white — and the difference is not decorative. It lowers the peak luminance the eye has to accommodate while leaving the contrast budget essentially untouched.

The same holds at the dark end. A pure #000000 background maximises contrast on paper and produces smearing and halation in practice, particularly for readers with astigmatism. Dark interfaces that people actually like tend to land between #12 and #1e in each channel, with surfaces built by raising lightness rather than by stacking translucent white.

All 7 articles

Tools for backgrounds