#011908
a deep, electric green · cool · closest name: black
RGB
1, 25, 8
HSL
138°, 92%, 5%
CMYK
96, 0, 68, 90
Luminance
0.0072
Every format
| HEX | #011908 |
| RGB | rgb(1, 25, 8) |
| HSL | hsl(138, 92%, 5%) |
| CMYK | cmyk(96%, 0%, 68%, 90%) |
| LAB | lab(6.5 -11.4 6.2) |
| LCH | lch(6.5 13.0 151.4) |
| OKLCH | oklch(0.188 0.047 151.7) |
Copy-ready code
/* CSS */
color: #011908;
background-color: #011908;
/* Tailwind (arbitrary) */
class="text-[#011908] bg-[#011908]"
/* SCSS */
$brand: #011908;
/* SwiftUI */
Color(red: 0.004, green: 0.098, blue: 0.031)
/* Android */
Color.parseColor("#011908")Accessibility — WCAG contrast
Aa
#011908 on white: 18.36:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#011908 on black: 1.14:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red0.4%
Green9.8%
Blue3.1%
CMYK percentages
Cyan96.0%
Magenta0.0%
Yellow68.0%
Key (black)90.2%
Color previews
#011908 text on a black background
contrast 1.14:1
Card sample
#011908 text on a white background
contrast 18.36:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #011908;
Background color
Panel with #011908 background
background-color: #011908;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #011908;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(1, 25, 8, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(1, 25, 8, 0.45);
Border & gradient
Gradient panel
border: 3px solid #011908; background: linear-gradient(135deg, #011908, #011918);