#89b034
a dark, vivid green · cool · closest name: olivedrab
RGB
137, 176, 52
HSL
79°, 54%, 45%
CMYK
22, 0, 71, 31
Luminance
0.3662
Every format
| HEX | #89b034 |
| RGB | rgb(137, 176, 52) |
| HSL | hsl(79, 54%, 45%) |
| CMYK | cmyk(22%, 0%, 71%, 31%) |
| LAB | lab(67.0 -31.2 56.2) |
| LCH | lch(67.0 64.3 119.0) |
| OKLCH | oklch(0.705 0.155 125.5) |
Copy-ready code
/* CSS */
color: #89b034;
background-color: #89b034;
/* Tailwind (arbitrary) */
class="text-[#89b034] bg-[#89b034]"
/* SCSS */
$brand: #89b034;
/* SwiftUI */
Color(red: 0.537, green: 0.690, blue: 0.204)
/* Android */
Color.parseColor("#89b034")Accessibility — WCAG contrast
Aa
#89b034 on white: 2.52:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#89b034 on black: 8.32:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red53.7%
Green69.0%
Blue20.4%
CMYK percentages
Cyan22.2%
Magenta0.0%
Yellow70.5%
Key (black)31.0%
Color previews
#89b034 text on a black background
contrast 8.32:1
Card sample
#89b034 text on a white background
contrast 2.52:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #89b034;
Background color
Panel with #89b034 background
background-color: #89b034;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #89b034;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(137, 176, 52, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(137, 176, 52, 0.45);
Border & gradient
Gradient panel
border: 3px solid #89b034; background: linear-gradient(135deg, #89b034, #36B034);