#041908
a deep, vivid green · cool · closest name: black
RGB
4, 25, 8
HSL
131°, 72%, 6%
CMYK
84, 0, 68, 90
Luminance
0.0074
Every format
| HEX | #041908 |
| RGB | rgb(4, 25, 8) |
| HSL | hsl(131, 72%, 6%) |
| CMYK | cmyk(84%, 0%, 68%, 90%) |
| LAB | lab(6.7 -10.7 6.5) |
| LCH | lch(6.7 12.5 148.6) |
| OKLCH | oklch(0.190 0.044 148.5) |
Copy-ready code
/* CSS */
color: #041908;
background-color: #041908;
/* Tailwind (arbitrary) */
class="text-[#041908] bg-[#041908]"
/* SCSS */
$brand: #041908;
/* SwiftUI */
Color(red: 0.016, green: 0.098, blue: 0.031)
/* Android */
Color.parseColor("#041908")Accessibility — WCAG contrast
Aa
#041908 on white: 18.30:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#041908 on black: 1.15:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red1.6%
Green9.8%
Blue3.1%
CMYK percentages
Cyan84.0%
Magenta0.0%
Yellow68.0%
Key (black)90.2%
Color previews
#041908 text on a black background
contrast 1.15:1
Card sample
#041908 text on a white background
contrast 18.30:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #041908;
Background color
Panel with #041908 background
background-color: #041908;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #041908;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(4, 25, 8, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(4, 25, 8, 0.45);
Border & gradient
Gradient panel
border: 3px solid #041908; background: linear-gradient(135deg, #041908, #041916);