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