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