White hex code
The hex code for white is #FFFFFF. In RGB that is rgb(255, 255, 255) and in HSL it is hsl(0, 0%, 100%).

The hex code for white is #FFFFFF. In RGB that is rgb(255, 255, 255) and in HSL it is hsl(0, 0%, 100%).
White · #FFFFFF
Colour codes
- HEX
- #FFFFFF
- RGB
- rgb(255, 255, 255)
- HSL
- hsl(0, 0%, 100%)
- CMYK
- 0, 0, 0, 0
- CSS name
- white
- Contrast on white
- 1.00:1
- Contrast on black
- 21.00:1
Tints and shades
20% lighter · #ffffff
40% lighter · #ffffff
60% lighter · #ffffff
80% lighter · #ffffff
20% darker · #cccccc
40% darker · #999999
60% darker · #666666
80% darker · #333333
Complementary colour
White · #FFFFFF
Opposite on the colour wheel · #ffffff
Frequently asked questions
What is the hex code for white?
The hex code for white is #FFFFFF. In RGB that is rgb(255, 255, 255) and in HSL it is hsl(0, 0%, 100%).
Can I use white for text?
It has a contrast ratio of 1.00:1 on white and 21.00:1 on black. Body text needs 4.5:1 under WCAG AA, so it works as text on a dark background, not on white.
What colour goes with white?
Its complementary colour, opposite on the colour wheel, is #FFFFFF. Pairing a colour with its complement gives the strongest contrast; for something calmer, use a tint or shade of white instead.
Is white a CSS colour name?
Yes. CSS accepts the keyword white, so color: white and color: #FFFFFF render exactly the same.