#080403
a deep, vivid red · warm · “black”
RGB
8, 4, 3
HSL
12°, 46%, 2%
CMYK
0, 50, 63, 97
Luminance
0.0015
Every format
| HEX | #080403 |
| RGB | rgb(8, 4, 3) |
| HSL | hsl(12, 46%, 2%) |
| CMYK | cmyk(0%, 50%, 63%, 97%) |
| LAB | lab(1.3 0.9 0.8) |
| LCH | lch(1.3 1.2 39.5) |
| OKLCH | oklch(0.114 0.011 39.4) |
Copy-ready code
/* CSS */
color: #080403;
background-color: #080403;
/* Tailwind (arbitrary) */
class="text-[#080403] bg-[#080403]"
/* SCSS */
$brand: #080403;
/* SwiftUI */
Color(red: 0.031, green: 0.016, blue: 0.012)
/* Android */
Color.parseColor("#080403")Accessibility — WCAG contrast
Aa
#080403 on white: 20.41:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#080403 on black: 1.03:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red3.1%
Green1.6%
Blue1.2%
CMYK percentages
Cyan0.0%
Magenta50.0%
Yellow62.5%
Key (black)96.9%
Color previews
#080403 text on a black background
contrast 1.03:1
Card sample
#080403 text on a white background
contrast 20.41:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #080403;
Background color
Panel with #080403 background
background-color: #080403;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #080403;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(8, 4, 3, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(8, 4, 3, 0.45);
Border & gradient
Gradient panel
border: 3px solid #080403; background: linear-gradient(135deg, #080403, #080703);