#89a721
a dark, vivid green · cool · closest name: olivedrab
RGB
137, 167, 33
HSL
73°, 67%, 39%
CMYK
18, 0, 80, 35
Luminance
0.3307
Every format
| HEX | #89a721 |
| RGB | rgb(137, 167, 33) |
| HSL | hsl(73, 67%, 39%) |
| CMYK | cmyk(18%, 0%, 80%, 35%) |
| LAB | lab(64.2 -27.9 60.0) |
| LCH | lch(64.2 66.2 115.0) |
| OKLCH | oklch(0.682 0.155 122.2) |
Copy-ready code
/* CSS */
color: #89a721;
background-color: #89a721;
/* Tailwind (arbitrary) */
class="text-[#89a721] bg-[#89a721]"
/* SCSS */
$brand: #89a721;
/* SwiftUI */
Color(red: 0.537, green: 0.655, blue: 0.129)
/* Android */
Color.parseColor("#89a721")Accessibility — WCAG contrast
Aa
#89a721 on white: 2.76:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#89a721 on black: 7.61:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red53.7%
Green65.5%
Blue12.9%
CMYK percentages
Cyan18.0%
Magenta0.0%
Yellow80.2%
Key (black)34.5%
Color previews
#89a721 text on a black background
contrast 7.61:1
Card sample
#89a721 text on a white background
contrast 2.76:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #89a721;
Background color
Panel with #89a721 background
background-color: #89a721;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #89a721;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(137, 167, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(137, 167, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #89a721; background: linear-gradient(135deg, #89a721, #30A721);