#041c0f
a deep, electric green · cool · closest name: black
RGB
4, 28, 15
HSL
148°, 75%, 6%
CMYK
86, 0, 46, 89
Luminance
0.0089
Every format
| HEX | #041c0f |
| RGB | rgb(4, 28, 15) |
| HSL | hsl(148, 75%, 6%) |
| CMYK | cmyk(86%, 0%, 46%, 89%) |
| LAB | lab(8.1 -12.1 5.4) |
| LCH | lch(8.1 13.2 156.1) |
| OKLCH | oklch(0.203 0.041 157.2) |
Copy-ready code
/* CSS */
color: #041c0f;
background-color: #041c0f;
/* Tailwind (arbitrary) */
class="text-[#041c0f] bg-[#041c0f]"
/* SCSS */
$brand: #041c0f;
/* SwiftUI */
Color(red: 0.016, green: 0.110, blue: 0.059)
/* Android */
Color.parseColor("#041c0f")Accessibility — WCAG contrast
Aa
#041c0f on white: 17.82:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#041c0f on black: 1.18:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red1.6%
Green11.0%
Blue5.9%
CMYK percentages
Cyan85.7%
Magenta0.0%
Yellow46.4%
Key (black)89.0%
Color previews
#041c0f text on a black background
contrast 1.18:1
Card sample
#041c0f text on a white background
contrast 17.82:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #041c0f;
Background color
Panel with #041c0f background
background-color: #041c0f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #041c0f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(4, 28, 15, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(4, 28, 15, 0.45);
Border & gradient
Gradient panel
border: 3px solid #041c0f; background: linear-gradient(135deg, #041c0f, #04191C);