Toolman

white — #FFFFFF

#FFFFFF

rgb(255, 255, 255) · hsl(0, 0%, 100%) · CSS keyword white

Can you put text on it?

ContrastBody textLarge text
white on white1:1
white on black21:1AAAA

As a background, white takes black text: 21:1 against 1:1 the other way. A colour picker will give you the hex and stop there, which is why so many palettes look right and fail an accessibility audit.

Using it

color: white;
color: #ffffff;
color: rgb(255 255 255);

All three are the same colour. The keyword is one of the 141 CSS named colours — a list settled in CSS 2.1 and added to exactly once since, when rebeccapurple was standardised in 2014.

Colours close to white

Frequently asked questions

What is the hex code for white?

The hex code for white is #FFFFFF — RGB 255, 255, 255.

Can I use white for text?

Not on a white background. white reaches only 1:1, and WCAG AA asks for 4.5:1. It works as a background or a border, not as ink.

Should text on white be black or white?

Black — 21:1 against 1:1 the other way.

Other named colours

#FFFFFF in full — tints, shades and harmonies · All named colours · Colour reference