Skip to content

Black #000000

The absence that carries the most weight.

RGB
0, 0, 0
HSL
0°, 0%, 0%
CMYK
0, 0, 0, 100
Luminance
0.0000

About Black

Black, #000000, is all channels at zero — the absence of emitted light. It is also the single most-used color in design: virtually every interface, book and sign depends on black or near-black ink. Nothing reads as premium, formal or final quite like it.

True black is actually rare in good design: pure #000 on pure white vibrates at maximum 21:1 contrast, so most "black" text you read is a softened near-black like #111 or #1a1a1a.

History

Carbon black — soot from burnt bone and wood — was among the first pigments, and it never left: modern printing’s K in CMYK is its direct descendant. Black clothing meant wealth in Renaissance Europe because deep, unfading black dye was ferociously expensive; Spanish court fashion made it the color of power.

The twentieth century gave black its double life: the little black dress and luxury packaging on one side, rebellion — leather, punk, metal — on the other. Vantablack and its successors turned "how black" into a materials-science arms race.

Psychology

Black communicates authority, sophistication and weight; products photographed on black read as more expensive. It is also visual silence — black backgrounds make colors and imagery feel projected, which is why galleries, cinema and OLED interfaces embrace it.

In design

On screens, prefer near-blacks (#0a0a0a–#1c1c1c) for large surfaces to reduce OLED smearing and harsh contrast; keep true #000 for text on light backgrounds and for maximum-punch accents. Black pairs with everything — its only real hazard is muddiness over saturated dark hues.

For dark modes, elevation is communicated by lightening surfaces (e.g. #000 → #121212 → #1e1e1e), not by shadows.

In culture

Black is mourning in the West and formality everywhere: black tie, black belt, in the black, black Friday. It is simultaneously the color of elegance and of the unknown — the void, the black box, the black hole.

Brands that own black

Shades of black

Every format

HEX#000000
RGBrgb(0, 0, 0)
HSLhsl(0, 0%, 0%)
CMYKcmyk(0%, 0%, 0%, 100%)
LABlab(0.0 0.0 0.0)
LCHlch(0.0 0.0 0.0)
OKLCHoklch(0.000 0.000 0.0)

Copy-ready code

/* CSS */
color: #000000;
background-color: #000000;
/* Tailwind (arbitrary) */
class="text-[#000000] bg-[#000000]"
/* SCSS */
$brand: #000000;
/* SwiftUI */
Color(red: 0.000, green: 0.000, blue: 0.000)
/* Android */
Color.parseColor("#000000")

Accessibility — WCAG contrast

Aa
#000000 on white: 21.00:1
AA ✓ pass · AA-large · AAA
Aa
#000000 on black: 1.00:1
AA ✗ fail · AA-large · AAA
true color
protanopia
deuteranopia
tritanopia

RGB percentages

Red0.0%
Green0.0%
Blue0.0%

CMYK percentages

Cyan0.0%
Magenta0.0%
Yellow0.0%
Key (black)100.0%

Color previews

#000000 text on a black background

contrast 1.00:1

Card sample

#000000 text on a white background

contrast 21.00:1

Card sample

CSS3 live lab

Text font color

The quick brown fox

color: #000000;
Background color
Panel with #000000 background
background-color: #000000;
Text shadow — hex

Glowing headline

text-shadow: 2px 2px 8px #000000;
Text shadow — RGB

Soft neon halo

text-shadow: 0 0 14px rgba(0, 0, 0, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(0, 0, 0, 0.45);
Border & gradient
Gradient panel
border: 3px solid #000000;
background: linear-gradient(135deg, #000000, #000000);

Monochromatic scale

Palettes built from #000000

Shades — darker

Tints — lighter

Hue & tone neighbors

Color harmonies

Nearest named colors

Black, answered

What is the hex code for black?

Pure black is #000000 — rgb(0, 0, 0), every channel at zero. Designers often use near-blacks like #111111 or #1a1a1a to soften maximum contrast.

Should I use pure black text on white?

Pure #000 on #fff gives the maximum 21:1 ratio, which some readers find harsh over long passages. Near-blacks such as #1a1a1a (17.4:1) remain far beyond AAA while reading softer.

Why do dark modes avoid pure black?

Large pure-black surfaces cause smearing on OLED scrolling and make elevation hard to express. Material-style dark themes start at #121212 and lighten surfaces to signal depth.

Work with #000000 in the Color Lab