#89cc00
a dark, electric green · cool · closest name: olivedrab
RGB
137, 204, 0
HSL
80°, 100%, 40%
CMYK
33, 0, 100, 20
Luminance
0.4850
Every format
| HEX | #89cc00 |
| RGB | rgb(137, 204, 0) |
| HSL | hsl(80, 100%, 40%) |
| CMYK | cmyk(33%, 0%, 100%, 20%) |
| LAB | lab(75.1 -45.3 74.5) |
| LCH | lch(75.1 87.2 121.3) |
| OKLCH | oklch(0.770 0.206 129.5) |
Copy-ready code
/* CSS */
color: #89cc00;
background-color: #89cc00;
/* Tailwind (arbitrary) */
class="text-[#89cc00] bg-[#89cc00]"
/* SCSS */
$brand: #89cc00;
/* SwiftUI */
Color(red: 0.537, green: 0.800, blue: 0.000)
/* Android */
Color.parseColor("#89cc00")Accessibility — WCAG contrast
Aa
#89cc00 on white: 1.96:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#89cc00 on black: 10.70:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red53.7%
Green80.0%
Blue0.0%
CMYK percentages
Cyan32.8%
Magenta0.0%
Yellow100.0%
Key (black)20.0%
Color previews
#89cc00 text on a black background
contrast 10.70:1
Card sample
#89cc00 text on a white background
contrast 1.96:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #89cc00;
Background color
Panel with #89cc00 background
background-color: #89cc00;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #89cc00;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(137, 204, 0, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(137, 204, 0, 0.45);
Border & gradient
Gradient panel
border: 3px solid #89cc00; background: linear-gradient(135deg, #89cc00, #01CC00);