#89b331
a dark, vivid green · cool · closest name: olivedrab
RGB
137, 179, 49
HSL
79°, 57%, 45%
CMYK
24, 0, 73, 30
Luminance
0.3778
Every format
| HEX | #89b331 |
| RGB | rgb(137, 179, 49) |
| HSL | hsl(79, 57%, 45%) |
| CMYK | cmyk(24%, 0%, 73%, 30%) |
| LAB | lab(67.9 -32.8 58.2) |
| LCH | lch(67.9 66.8 119.4) |
| OKLCH | oklch(0.712 0.161 126.0) |
Copy-ready code
/* CSS */
color: #89b331;
background-color: #89b331;
/* Tailwind (arbitrary) */
class="text-[#89b331] bg-[#89b331]"
/* SCSS */
$brand: #89b331;
/* SwiftUI */
Color(red: 0.537, green: 0.702, blue: 0.192)
/* Android */
Color.parseColor("#89b331")Accessibility — WCAG contrast
Aa
#89b331 on white: 2.45:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#89b331 on black: 8.56:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red53.7%
Green70.2%
Blue19.2%
CMYK percentages
Cyan23.5%
Magenta0.0%
Yellow72.6%
Key (black)29.8%
Color previews
#89b331 text on a black background
contrast 8.56:1
Card sample
#89b331 text on a white background
contrast 2.45:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #89b331;
Background color
Panel with #89b331 background
background-color: #89b331;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #89b331;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(137, 179, 49, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(137, 179, 49, 0.45);
Border & gradient
Gradient panel
border: 3px solid #89b331; background: linear-gradient(135deg, #89b331, #32B331);