#042e13
a deep, electric green · cool · closest name: darkslategray
RGB
4, 46, 19
HSL
141°, 84%, 10%
CMYK
91, 0, 59, 82
Luminance
0.0203
Every format
| HEX | #042e13 |
| RGB | rgb(4, 46, 19) |
| HSL | hsl(141, 84%, 10%) |
| CMYK | cmyk(91%, 0%, 59%, 82%) |
| LAB | lab(15.6 -21.7 13.4) |
| LCH | lch(15.6 25.5 148.3) |
| OKLCH | oklch(0.265 0.067 150.7) |
Copy-ready code
/* CSS */
color: #042e13;
background-color: #042e13;
/* Tailwind (arbitrary) */
class="text-[#042e13] bg-[#042e13]"
/* SCSS */
$brand: #042e13;
/* SwiftUI */
Color(red: 0.016, green: 0.180, blue: 0.075)
/* Android */
Color.parseColor("#042e13")Accessibility — WCAG contrast
Aa
#042e13 on white: 14.94:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#042e13 on black: 1.41:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red1.6%
Green18.0%
Blue7.5%
CMYK percentages
Cyan91.3%
Magenta0.0%
Yellow58.7%
Key (black)82.0%
Color previews
#042e13 text on a black background
contrast 1.41:1
Card sample
#042e13 text on a white background
contrast 14.94:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #042e13;
Background color
Panel with #042e13 background
background-color: #042e13;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #042e13;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(4, 46, 19, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(4, 46, 19, 0.45);
Border & gradient
Gradient panel
border: 3px solid #042e13; background: linear-gradient(135deg, #042e13, #042D2E);