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