Black hex code
The hex code for black is #000000. In RGB that is rgb(0, 0, 0) and in HSL it is hsl(0, 0%, 0%).

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