#053621
a deep, electric green · cool · closest name: darkslategray
RGB
5, 54, 33
HSL
154°, 83%, 12%
CMYK
91, 0, 39, 79
Luminance
0.0278
Every format
| HEX | #053621 |
| RGB | rgb(5, 54, 33) |
| HSL | hsl(154, 83%, 12%) |
| CMYK | cmyk(91%, 0%, 39%, 79%) |
| LAB | lab(19.1 -21.9 8.8) |
| LCH | lch(19.1 23.6 158.0) |
| OKLCH | oklch(0.295 0.063 159.4) |
Copy-ready code
/* CSS */
color: #053621;
background-color: #053621;
/* Tailwind (arbitrary) */
class="text-[#053621] bg-[#053621]"
/* SCSS */
$brand: #053621;
/* SwiftUI */
Color(red: 0.020, green: 0.212, blue: 0.129)
/* Android */
Color.parseColor("#053621")Accessibility — WCAG contrast
Aa
#053621 on white: 13.50:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#053621 on black: 1.56:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red2.0%
Green21.2%
Blue12.9%
CMYK percentages
Cyan90.7%
Magenta0.0%
Yellow38.9%
Key (black)78.8%
Color previews
#053621 text on a black background
contrast 1.56:1
Card sample
#053621 text on a white background
contrast 13.50:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #053621;
Background color
Panel with #053621 background
background-color: #053621;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #053621;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(5, 54, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(5, 54, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #053621; background: linear-gradient(135deg, #053621, #052A36);