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