#041007
a deep, vivid green · cool · closest name: black
RGB
4, 16, 7
HSL
135°, 60%, 4%
CMYK
75, 0, 56, 94
Luminance
0.0041
Every format
| HEX | #041007 |
| RGB | rgb(4, 16, 7) |
| HSL | hsl(135, 60%, 4%) |
| CMYK | cmyk(75%, 0%, 56%, 94%) |
| LAB | lab(3.7 -4.8 2.6) |
| LCH | lch(3.7 5.5 151.6) |
| OKLCH | oklch(0.157 0.028 152.3) |
Copy-ready code
/* CSS */
color: #041007;
background-color: #041007;
/* Tailwind (arbitrary) */
class="text-[#041007] bg-[#041007]"
/* SCSS */
$brand: #041007;
/* SwiftUI */
Color(red: 0.016, green: 0.063, blue: 0.027)
/* Android */
Color.parseColor("#041007")Accessibility — WCAG contrast
Aa
#041007 on white: 19.40:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#041007 on black: 1.08:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red1.6%
Green6.3%
Blue2.7%
CMYK percentages
Cyan75.0%
Magenta0.0%
Yellow56.2%
Key (black)93.7%
Color previews
#041007 text on a black background
contrast 1.08:1
Card sample
#041007 text on a white background
contrast 19.40:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #041007;
Background color
Panel with #041007 background
background-color: #041007;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #041007;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(4, 16, 7, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(4, 16, 7, 0.45);
Border & gradient
Gradient panel
border: 3px solid #041007; background: linear-gradient(135deg, #041007, #04100F);