#042913
a deep, electric green · cool · closest name: darkslategray
RGB
4, 41, 19
HSL
144°, 82%, 9%
CMYK
90, 0, 54, 84
Luminance
0.0166
Every format
| HEX | #042913 |
| RGB | rgb(4, 41, 19) |
| HSL | hsl(144, 82%, 9%) |
| CMYK | cmyk(90%, 0%, 54%, 84%) |
| LAB | lab(13.6 -19.4 10.8) |
| LCH | lch(13.6 22.2 151.0) |
| OKLCH | oklch(0.248 0.059 153.0) |
Copy-ready code
/* CSS */
color: #042913;
background-color: #042913;
/* Tailwind (arbitrary) */
class="text-[#042913] bg-[#042913]"
/* SCSS */
$brand: #042913;
/* SwiftUI */
Color(red: 0.016, green: 0.161, blue: 0.075)
/* Android */
Color.parseColor("#042913")Accessibility — WCAG contrast
Aa
#042913 on white: 15.77:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#042913 on black: 1.33:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red1.6%
Green16.1%
Blue7.5%
CMYK percentages
Cyan90.2%
Magenta0.0%
Yellow53.7%
Key (black)83.9%
Color previews
#042913 text on a black background
contrast 1.33:1
Card sample
#042913 text on a white background
contrast 15.77:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #042913;
Background color
Panel with #042913 background
background-color: #042913;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #042913;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(4, 41, 19, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(4, 41, 19, 0.45);
Border & gradient
Gradient panel
border: 3px solid #042913; background: linear-gradient(135deg, #042913, #042629);