#053818
a deep, electric green · cool · closest name: darkslategray
RGB
5, 56, 24
HSL
142°, 84%, 12%
CMYK
91, 0, 57, 78
Luminance
0.0293
Every format
| HEX | #053818 |
| RGB | rgb(5, 56, 24) |
| HSL | hsl(142, 84%, 12%) |
| CMYK | cmyk(91%, 0%, 57%, 78%) |
| LAB | lab(19.8 -24.8 15.4) |
| LCH | lch(19.8 29.2 148.2) |
| OKLCH | oklch(0.300 0.076 150.6) |
Copy-ready code
/* CSS */
color: #053818;
background-color: #053818;
/* Tailwind (arbitrary) */
class="text-[#053818] bg-[#053818]"
/* SCSS */
$brand: #053818;
/* SwiftUI */
Color(red: 0.020, green: 0.220, blue: 0.094)
/* Android */
Color.parseColor("#053818")Accessibility — WCAG contrast
Aa
#053818 on white: 13.25:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#053818 on black: 1.59:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red2.0%
Green22.0%
Blue9.4%
CMYK percentages
Cyan91.1%
Magenta0.0%
Yellow57.1%
Key (black)78.0%
Color previews
#053818 text on a black background
contrast 1.59:1
Card sample
#053818 text on a white background
contrast 13.25:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #053818;
Background color
Panel with #053818 background
background-color: #053818;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #053818;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(5, 56, 24, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(5, 56, 24, 0.45);
Border & gradient
Gradient panel
border: 3px solid #053818; background: linear-gradient(135deg, #053818, #053638);