#041e13
a deep, electric green · cool · closest name: black
RGB
4, 30, 19
HSL
155°, 77%, 7%
CMYK
87, 0, 37, 88
Luminance
0.0100
Every format
| HEX | #041e13 |
| RGB | rgb(4, 30, 19) |
| HSL | hsl(155, 77%, 7%) |
| CMYK | cmyk(87%, 0%, 37%, 88%) |
| LAB | lab(9.0 -12.9 4.4) |
| LCH | lch(9.0 13.7 161.1) |
| OKLCH | oklch(0.211 0.040 162.7) |
Copy-ready code
/* CSS */
color: #041e13;
background-color: #041e13;
/* Tailwind (arbitrary) */
class="text-[#041e13] bg-[#041e13]"
/* SCSS */
$brand: #041e13;
/* SwiftUI */
Color(red: 0.016, green: 0.118, blue: 0.075)
/* Android */
Color.parseColor("#041e13")Accessibility — WCAG contrast
Aa
#041e13 on white: 17.50:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#041e13 on black: 1.20:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red1.6%
Green11.8%
Blue7.5%
CMYK percentages
Cyan86.7%
Magenta0.0%
Yellow36.7%
Key (black)88.2%
Color previews
#041e13 text on a black background
contrast 1.20:1
Card sample
#041e13 text on a white background
contrast 17.50:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #041e13;
Background color
Panel with #041e13 background
background-color: #041e13;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #041e13;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(4, 30, 19, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(4, 30, 19, 0.45);
Border & gradient
Gradient panel
border: 3px solid #041e13; background: linear-gradient(135deg, #041e13, #04181E);