#200000
a deep, electric red · warm · closest name: black
RGB
32, 0, 0
HSL
0°, 100%, 6%
CMYK
0, 100, 100, 88
Luminance
0.0031
Every format
| HEX | #200000 |
| RGB | rgb(32, 0, 0) |
| HSL | hsl(0, 100%, 6%) |
| CMYK | cmyk(0%, 100%, 100%, 88%) |
| LAB | lab(2.8 12.4 4.4) |
| LCH | lch(2.8 13.2 19.4) |
| OKLCH | oklch(0.153 0.063 29.2) |
Copy-ready code
/* CSS */
color: #200000;
background-color: #200000;
/* Tailwind (arbitrary) */
class="text-[#200000] bg-[#200000]"
/* SCSS */
$brand: #200000;
/* SwiftUI */
Color(red: 0.125, green: 0.000, blue: 0.000)
/* Android */
Color.parseColor("#200000")Accessibility — WCAG contrast
Aa
#200000 on white: 19.78:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#200000 on black: 1.06:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red12.5%
Green0.0%
Blue0.0%
CMYK percentages
Cyan0.0%
Magenta100.0%
Yellow100.0%
Key (black)87.5%
Color previews
#200000 text on a black background
contrast 1.06:1
Card sample
#200000 text on a white background
contrast 19.78:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #200000;
Background color
Panel with #200000 background
background-color: #200000;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #200000;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(32, 0, 0, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(32, 0, 0, 0.45);
Border & gradient
Gradient panel
border: 3px solid #200000; background: linear-gradient(135deg, #200000, #201500);