#59a047
a balanced, soft green · cool · closest name: forestgreen
RGB
89, 160, 71
HSL
108°, 39%, 45%
CMYK
44, 0, 56, 37
Luminance
0.2772
Every format
| HEX | #59a047 |
| RGB | rgb(89, 160, 71) |
| HSL | hsl(108, 39%, 45%) |
| CMYK | cmyk(44%, 0%, 56%, 37%) |
| LAB | lab(59.6 -39.8 39.1) |
| LCH | lch(59.6 55.8 135.5) |
| OKLCH | oklch(0.638 0.143 139.6) |
Copy-ready code
/* CSS */
color: #59a047;
background-color: #59a047;
/* Tailwind (arbitrary) */
class="text-[#59a047] bg-[#59a047]"
/* SCSS */
$brand: #59a047;
/* SwiftUI */
Color(red: 0.349, green: 0.627, blue: 0.278)
/* Android */
Color.parseColor("#59a047")Accessibility — WCAG contrast
Aa
#59a047 on white: 3.21:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#59a047 on black: 6.54:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red34.9%
Green62.7%
Blue27.8%
CMYK percentages
Cyan44.4%
Magenta0.0%
Yellow55.6%
Key (black)37.3%
Color previews
#59a047 text on a black background
contrast 6.54:1
Card sample
#59a047 text on a white background
contrast 3.21:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #59a047;
Background color
Panel with #59a047 background
background-color: #59a047;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #59a047;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(89, 160, 71, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(89, 160, 71, 0.45);
Border & gradient
Gradient panel
border: 3px solid #59a047; background: linear-gradient(135deg, #59a047, #47A070);