#042213
a deep, electric green · cool · closest name: black
RGB
4, 34, 19
HSL
150°, 79%, 8%
CMYK
88, 0, 44, 87
Luminance
0.0122
Every format
| HEX | #042213 |
| RGB | rgb(4, 34, 19) |
| HSL | hsl(150, 79%, 8%) |
| CMYK | cmyk(88%, 0%, 44%, 87%) |
| LAB | lab(10.7 -15.7 6.8) |
| LCH | lch(10.7 17.1 156.6) |
| OKLCH | oklch(0.225 0.047 158.0) |
Copy-ready code
/* CSS */
color: #042213;
background-color: #042213;
/* Tailwind (arbitrary) */
class="text-[#042213] bg-[#042213]"
/* SCSS */
$brand: #042213;
/* SwiftUI */
Color(red: 0.016, green: 0.133, blue: 0.075)
/* Android */
Color.parseColor("#042213")Accessibility — WCAG contrast
Aa
#042213 on white: 16.89:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#042213 on black: 1.24:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red1.6%
Green13.3%
Blue7.5%
CMYK percentages
Cyan88.2%
Magenta0.0%
Yellow44.1%
Key (black)86.7%
Color previews
#042213 text on a black background
contrast 1.24:1
Card sample
#042213 text on a white background
contrast 16.89:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #042213;
Background color
Panel with #042213 background
background-color: #042213;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #042213;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(4, 34, 19, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(4, 34, 19, 0.45);
Border & gradient
Gradient panel
border: 3px solid #042213; background: linear-gradient(135deg, #042213, #041D22);