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