#080b01
a deep, electric green · cool · closest name: black
RGB
8, 11, 1
HSL
78°, 83%, 2%
CMYK
27, 0, 91, 96
Luminance
0.0029
Every format
| HEX | #080b01 |
| RGB | rgb(8, 11, 1) |
| HSL | hsl(78, 83%, 2%) |
| CMYK | cmyk(27%, 0%, 91%, 96%) |
| LAB | lab(2.6 -2.2 3.5) |
| LCH | lch(2.6 4.2 121.9) |
| OKLCH | oklch(0.141 0.029 119.9) |
Copy-ready code
/* CSS */
color: #080b01;
background-color: #080b01;
/* Tailwind (arbitrary) */
class="text-[#080b01] bg-[#080b01]"
/* SCSS */
$brand: #080b01;
/* SwiftUI */
Color(red: 0.031, green: 0.043, blue: 0.004)
/* Android */
Color.parseColor("#080b01")Accessibility — WCAG contrast
Aa
#080b01 on white: 19.84:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#080b01 on black: 1.06:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red3.1%
Green4.3%
Blue0.4%
CMYK percentages
Cyan27.3%
Magenta0.0%
Yellow90.9%
Key (black)95.7%
Color previews
#080b01 text on a black background
contrast 1.06:1
Card sample
#080b01 text on a white background
contrast 19.84:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #080b01;
Background color
Panel with #080b01 background
background-color: #080b01;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #080b01;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(8, 11, 1, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(8, 11, 1, 0.45);
Border & gradient
Gradient panel
border: 3px solid #080b01; background: linear-gradient(135deg, #080b01, #010B01);