#053921
a deep, electric green · cool · closest name: darkslategray
RGB
5, 57, 33
HSL
152°, 84%, 12%
CMYK
91, 0, 42, 78
Luminance
0.0307
Every format
| HEX | #053921 |
| RGB | rgb(5, 57, 33) |
| HSL | hsl(152, 84%, 12%) |
| CMYK | cmyk(91%, 0%, 42%, 78%) |
| LAB | lab(20.3 -23.3 10.4) |
| LCH | lch(20.3 25.5 155.9) |
| OKLCH | oklch(0.305 0.068 157.4) |
Copy-ready code
/* CSS */
color: #053921;
background-color: #053921;
/* Tailwind (arbitrary) */
class="text-[#053921] bg-[#053921]"
/* SCSS */
$brand: #053921;
/* SwiftUI */
Color(red: 0.020, green: 0.224, blue: 0.129)
/* Android */
Color.parseColor("#053921")Accessibility — WCAG contrast
Aa
#053921 on white: 13.01:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#053921 on black: 1.61:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red2.0%
Green22.4%
Blue12.9%
CMYK percentages
Cyan91.2%
Magenta0.0%
Yellow42.1%
Key (black)77.6%
Color previews
#053921 text on a black background
contrast 1.61:1
Card sample
#053921 text on a white background
contrast 13.01:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #053921;
Background color
Panel with #053921 background
background-color: #053921;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #053921;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(5, 57, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(5, 57, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #053921; background: linear-gradient(135deg, #053921, #052F39);