#080201
a deep, electric red · warm · “black”
RGB
8, 2, 1
HSL
9°, 78%, 2%
CMYK
0, 75, 88, 97
Luminance
0.0010
Every format
| HEX | #080201 |
| RGB | rgb(8, 2, 1) |
| HSL | hsl(9, 78%, 2%) |
| CMYK | cmyk(0%, 75%, 88%, 97%) |
| LAB | lab(0.9 1.4 0.9) |
| LCH | lch(0.9 1.7 33.0) |
| OKLCH | oklch(0.101 0.021 38.5) |
Copy-ready code
/* CSS */
color: #080201;
background-color: #080201;
/* Tailwind (arbitrary) */
class="text-[#080201] bg-[#080201]"
/* SCSS */
$brand: #080201;
/* SwiftUI */
Color(red: 0.031, green: 0.008, blue: 0.004)
/* Android */
Color.parseColor("#080201")Accessibility — WCAG contrast
Aa
#080201 on white: 20.60:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#080201 on black: 1.02:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red3.1%
Green0.8%
Blue0.4%
CMYK percentages
Cyan0.0%
Magenta75.0%
Yellow87.5%
Key (black)96.9%
Color previews
#080201 text on a black background
contrast 1.02:1
Card sample
#080201 text on a white background
contrast 20.60:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #080201;
Background color
Panel with #080201 background
background-color: #080201;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #080201;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(8, 2, 1, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(8, 2, 1, 0.45);
Border & gradient
Gradient panel
border: 3px solid #080201; background: linear-gradient(135deg, #080201, #080701);