#080b04
a deep, vivid green · cool · closest name: black
RGB
8, 11, 4
HSL
86°, 47%, 3%
CMYK
27, 0, 64, 96
Luminance
0.0030
Every format
| HEX | #080b04 |
| RGB | rgb(8, 11, 4) |
| HSL | hsl(86, 47%, 3%) |
| CMYK | cmyk(27%, 0%, 64%, 96%) |
| LAB | lab(2.7 -1.8 2.4) |
| LCH | lch(2.7 3.0 126.6) |
| OKLCH | oklch(0.143 0.018 124.9) |
Copy-ready code
/* CSS */
color: #080b04;
background-color: #080b04;
/* Tailwind (arbitrary) */
class="text-[#080b04] bg-[#080b04]"
/* SCSS */
$brand: #080b04;
/* SwiftUI */
Color(red: 0.031, green: 0.043, blue: 0.016)
/* Android */
Color.parseColor("#080b04")Accessibility — WCAG contrast
Aa
#080b04 on white: 19.81:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#080b04 on black: 1.06:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red3.1%
Green4.3%
Blue1.6%
CMYK percentages
Cyan27.3%
Magenta0.0%
Yellow63.6%
Key (black)95.7%
Color previews
#080b04 text on a black background
contrast 1.06:1
Card sample
#080b04 text on a white background
contrast 19.81:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #080b04;
Background color
Panel with #080b04 background
background-color: #080b04;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #080b04;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(8, 11, 4, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(8, 11, 4, 0.45);
Border & gradient
Gradient panel
border: 3px solid #080b04; background: linear-gradient(135deg, #080b04, #040B05);