#89ba48
a balanced, vivid green · cool · closest name: olivedrab
RGB
137, 186, 72
HSL
86°, 45%, 51%
CMYK
26, 0, 61, 27
Luminance
0.4090
Every format
| HEX | #89ba48 |
| RGB | rgb(137, 186, 72) |
| HSL | hsl(86, 45%, 51%) |
| CMYK | cmyk(26%, 0%, 61%, 27%) |
| LAB | lab(70.1 -34.4 51.3) |
| LCH | lch(70.1 61.7 123.8) |
| OKLCH | oklch(0.731 0.153 129.2) |
Copy-ready code
/* CSS */
color: #89ba48;
background-color: #89ba48;
/* Tailwind (arbitrary) */
class="text-[#89ba48] bg-[#89ba48]"
/* SCSS */
$brand: #89ba48;
/* SwiftUI */
Color(red: 0.537, green: 0.729, blue: 0.282)
/* Android */
Color.parseColor("#89ba48")Accessibility — WCAG contrast
Aa
#89ba48 on white: 2.29:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#89ba48 on black: 9.18:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red53.7%
Green72.9%
Blue28.2%
CMYK percentages
Cyan26.3%
Magenta0.0%
Yellow61.3%
Key (black)27.1%
Color previews
#89ba48 text on a black background
contrast 9.18:1
Card sample
#89ba48 text on a white background
contrast 2.29:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #89ba48;
Background color
Panel with #89ba48 background
background-color: #89ba48;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #89ba48;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(137, 186, 72, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(137, 186, 72, 0.45);
Border & gradient
Gradient panel
border: 3px solid #89ba48; background: linear-gradient(135deg, #89ba48, #48BA53);