#041c0b
a deep, electric green · cool · closest name: black
RGB
4, 28, 11
HSL
138°, 75%, 6%
CMYK
86, 0, 61, 89
Luminance
0.0088
Every format
| HEX | #041c0b |
| RGB | rgb(4, 28, 11) |
| HSL | hsl(138, 75%, 6%) |
| CMYK | cmyk(86%, 0%, 61%, 89%) |
| LAB | lab(8.0 -12.8 7.2) |
| LCH | lch(8.0 14.6 150.7) |
| OKLCH | oklch(0.201 0.046 151.0) |
Copy-ready code
/* CSS */
color: #041c0b;
background-color: #041c0b;
/* Tailwind (arbitrary) */
class="text-[#041c0b] bg-[#041c0b]"
/* SCSS */
$brand: #041c0b;
/* SwiftUI */
Color(red: 0.016, green: 0.110, blue: 0.043)
/* Android */
Color.parseColor("#041c0b")Accessibility — WCAG contrast
Aa
#041c0b on white: 17.86:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#041c0b on black: 1.18:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red1.6%
Green11.0%
Blue4.3%
CMYK percentages
Cyan85.7%
Magenta0.0%
Yellow60.7%
Key (black)89.0%
Color previews
#041c0b text on a black background
contrast 1.18:1
Card sample
#041c0b text on a white background
contrast 17.86:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #041c0b;
Background color
Panel with #041c0b background
background-color: #041c0b;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #041c0b;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(4, 28, 11, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(4, 28, 11, 0.45);
Border & gradient
Gradient panel
border: 3px solid #041c0b; background: linear-gradient(135deg, #041c0b, #041C1B);