#89c511
a dark, electric green · cool · closest name: olivedrab
RGB
137, 197, 17
HSL
80°, 84%, 42%
CMYK
31, 0, 91, 23
Luminance
0.4529
Every format
| HEX | #89c511 |
| RGB | rgb(137, 197, 17) |
| HSL | hsl(80, 84%, 42%) |
| CMYK | cmyk(31%, 0%, 91%, 23%) |
| LAB | lab(73.1 -42.1 71.0) |
| LCH | lch(73.1 82.5 120.7) |
| OKLCH | oklch(0.754 0.195 128.6) |
Copy-ready code
/* CSS */
color: #89c511;
background-color: #89c511;
/* Tailwind (arbitrary) */
class="text-[#89c511] bg-[#89c511]"
/* SCSS */
$brand: #89c511;
/* SwiftUI */
Color(red: 0.537, green: 0.773, blue: 0.067)
/* Android */
Color.parseColor("#89c511")Accessibility — WCAG contrast
Aa
#89c511 on white: 2.09:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#89c511 on black: 10.06:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red53.7%
Green77.3%
Blue6.7%
CMYK percentages
Cyan30.5%
Magenta0.0%
Yellow91.4%
Key (black)22.7%
Color previews
#89c511 text on a black background
contrast 10.06:1
Card sample
#89c511 text on a white background
contrast 2.09:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #89c511;
Background color
Panel with #89c511 background
background-color: #89c511;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #89c511;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(137, 197, 17, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(137, 197, 17, 0.45);
Border & gradient
Gradient panel
border: 3px solid #89c511; background: linear-gradient(135deg, #89c511, #11C511);