#042813
a deep, electric green · cool · closest name: darkslategray
RGB
4, 40, 19
HSL
145°, 82%, 9%
CMYK
90, 0, 53, 84
Luminance
0.0159
Every format
| HEX | #042813 |
| RGB | rgb(4, 40, 19) |
| HSL | hsl(145, 82%, 9%) |
| CMYK | cmyk(90%, 0%, 53%, 84%) |
| LAB | lab(13.2 -18.9 10.2) |
| LCH | lch(13.2 21.5 151.7) |
| OKLCH | oklch(0.245 0.057 153.5) |
Copy-ready code
/* CSS */
color: #042813;
background-color: #042813;
/* Tailwind (arbitrary) */
class="text-[#042813] bg-[#042813]"
/* SCSS */
$brand: #042813;
/* SwiftUI */
Color(red: 0.016, green: 0.157, blue: 0.075)
/* Android */
Color.parseColor("#042813")Accessibility — WCAG contrast
Aa
#042813 on white: 15.93:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#042813 on black: 1.32:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red1.6%
Green15.7%
Blue7.5%
CMYK percentages
Cyan90.0%
Magenta0.0%
Yellow52.5%
Key (black)84.3%
Color previews
#042813 text on a black background
contrast 1.32:1
Card sample
#042813 text on a white background
contrast 15.93:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #042813;
Background color
Panel with #042813 background
background-color: #042813;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #042813;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(4, 40, 19, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(4, 40, 19, 0.45);
Border & gradient
Gradient panel
border: 3px solid #042813; background: linear-gradient(135deg, #042813, #042528);