#59a725
a dark, vivid green · cool · closest name: forestgreen
RGB
89, 167, 37
HSL
96°, 64%, 40%
CMYK
47, 0, 78, 35
Luminance
0.2989
Every format
| HEX | #59a725 |
| RGB | rgb(89, 167, 37) |
| HSL | hsl(96, 64%, 40%) |
| CMYK | cmyk(47%, 0%, 78%, 35%) |
| LAB | lab(61.6 -45.8 55.3) |
| LCH | lch(61.6 71.8 129.6) |
| OKLCH | oklch(0.653 0.177 136.0) |
Copy-ready code
/* CSS */
color: #59a725;
background-color: #59a725;
/* Tailwind (arbitrary) */
class="text-[#59a725] bg-[#59a725]"
/* SCSS */
$brand: #59a725;
/* SwiftUI */
Color(red: 0.349, green: 0.655, blue: 0.145)
/* Android */
Color.parseColor("#59a725")Accessibility — WCAG contrast
Aa
#59a725 on white: 3.01:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#59a725 on black: 6.98:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red34.9%
Green65.5%
Blue14.5%
CMYK percentages
Cyan46.7%
Magenta0.0%
Yellow77.8%
Key (black)34.5%
Color previews
#59a725 text on a black background
contrast 6.98:1
Card sample
#59a725 text on a white background
contrast 3.01:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #59a725;
Background color
Panel with #59a725 background
background-color: #59a725;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #59a725;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(89, 167, 37, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(89, 167, 37, 0.45);
Border & gradient
Gradient panel
border: 3px solid #59a725; background: linear-gradient(135deg, #59a725, #25A748);