#042113
a deep, electric green · cool · closest name: black
RGB
4, 33, 19
HSL
151°, 78%, 7%
CMYK
88, 0, 42, 87
Luminance
0.0116
Every format
| HEX | #042113 |
| RGB | rgb(4, 33, 19) |
| HSL | hsl(151, 78%, 7%) |
| CMYK | cmyk(88%, 0%, 42%, 87%) |
| LAB | lab(10.3 -15.1 6.2) |
| LCH | lch(10.3 16.3 157.6) |
| OKLCH | oklch(0.221 0.045 159.0) |
Copy-ready code
/* CSS */
color: #042113;
background-color: #042113;
/* Tailwind (arbitrary) */
class="text-[#042113] bg-[#042113]"
/* SCSS */
$brand: #042113;
/* SwiftUI */
Color(red: 0.016, green: 0.129, blue: 0.075)
/* Android */
Color.parseColor("#042113")Accessibility — WCAG contrast
Aa
#042113 on white: 17.04:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#042113 on black: 1.23:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red1.6%
Green12.9%
Blue7.5%
CMYK percentages
Cyan87.9%
Magenta0.0%
Yellow42.4%
Key (black)87.1%
Color previews
#042113 text on a black background
contrast 1.23:1
Card sample
#042113 text on a white background
contrast 17.04:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #042113;
Background color
Panel with #042113 background
background-color: #042113;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #042113;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(4, 33, 19, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(4, 33, 19, 0.45);
Border & gradient
Gradient panel
border: 3px solid #042113; background: linear-gradient(135deg, #042113, #041C21);