#000000
a deep, muted near-black · warm · “black”
RGB
0, 0, 0
HSL
0°, 0%, 0%
CMYK
0, 0, 0, 100
Luminance
0.0000
Every format
| HEX | #000000 |
| RGB | rgb(0, 0, 0) |
| HSL | hsl(0, 0%, 0%) |
| CMYK | cmyk(0%, 0%, 0%, 100%) |
| LAB | lab(0.0 0.0 0.0) |
| LCH | lch(0.0 0.0 0.0) |
| OKLCH | oklch(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);