#59a721
a dark, vivid green · cool · closest name: forestgreen
RGB
89, 167, 33
HSL
95°, 67%, 39%
CMYK
47, 0, 80, 35
Luminance
0.2987
Every format
| HEX | #59a721 |
| RGB | rgb(89, 167, 33) |
| HSL | hsl(95, 67%, 39%) |
| CMYK | cmyk(47%, 0%, 80%, 35%) |
| LAB | lab(61.5 -46.0 56.6) |
| LCH | lch(61.5 72.9 129.1) |
| OKLCH | oklch(0.653 0.179 135.7) |
Copy-ready code
/* CSS */
color: #59a721;
background-color: #59a721;
/* Tailwind (arbitrary) */
class="text-[#59a721] bg-[#59a721]"
/* SCSS */
$brand: #59a721;
/* SwiftUI */
Color(red: 0.349, green: 0.655, blue: 0.129)
/* Android */
Color.parseColor("#59a721")Accessibility — WCAG contrast
Aa
#59a721 on white: 3.01:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#59a721 on black: 6.97:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red34.9%
Green65.5%
Blue12.9%
CMYK percentages
Cyan46.7%
Magenta0.0%
Yellow80.2%
Key (black)34.5%
Color previews
#59a721 text on a black background
contrast 6.97:1
Card sample
#59a721 text on a white background
contrast 3.01:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #59a721;
Background color
Panel with #59a721 background
background-color: #59a721;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #59a721;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(89, 167, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(89, 167, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #59a721; background: linear-gradient(135deg, #59a721, #21A742);