#080802
a deep, vivid yellow · cool · closest name: black
RGB
8, 8, 2
HSL
60°, 60%, 2%
CMYK
0, 0, 75, 97
Luminance
0.0023
Every format
| HEX | #080802 |
| RGB | rgb(8, 8, 2) |
| HSL | hsl(60, 60%, 2%) |
| CMYK | cmyk(0%, 0%, 75%, 97%) |
| LAB | lab(2.1 -0.8 2.3) |
| LCH | lch(2.1 2.4 110.1) |
| OKLCH | oklch(0.131 0.019 108.7) |
Copy-ready code
/* CSS */
color: #080802;
background-color: #080802;
/* Tailwind (arbitrary) */
class="text-[#080802] bg-[#080802]"
/* SCSS */
$brand: #080802;
/* SwiftUI */
Color(red: 0.031, green: 0.031, blue: 0.008)
/* Android */
Color.parseColor("#080802")Accessibility — WCAG contrast
Aa
#080802 on white: 20.08:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#080802 on black: 1.05:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red3.1%
Green3.1%
Blue0.8%
CMYK percentages
Cyan0.0%
Magenta0.0%
Yellow75.0%
Key (black)96.9%
Color previews
#080802 text on a black background
contrast 1.05:1
Card sample
#080802 text on a white background
contrast 20.08:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #080802;
Background color
Panel with #080802 background
background-color: #080802;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #080802;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(8, 8, 2, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(8, 8, 2, 0.45);
Border & gradient
Gradient panel
border: 3px solid #080802; background: linear-gradient(135deg, #080802, #040802);