#89f978
a light, electric green · cool · closest name: forestgreen
RGB
137, 249, 120
HSL
112°, 92%, 72%
CMYK
45, 0, 52, 2
Luminance
0.7443
Every format
| HEX | #89f978 |
| RGB | rgb(137, 249, 120) |
| HSL | hsl(112, 92%, 72%) |
| CMYK | cmyk(45%, 0%, 52%, 2%) |
| LAB | lab(89.1 -56.1 51.6) |
| LCH | lch(89.1 76.3 137.4) |
| OKLCH | oklch(0.887 0.197 141.1) |
Copy-ready code
/* CSS */
color: #89f978;
background-color: #89f978;
/* Tailwind (arbitrary) */
class="text-[#89f978] bg-[#89f978]"
/* SCSS */
$brand: #89f978;
/* SwiftUI */
Color(red: 0.537, green: 0.976, blue: 0.471)
/* Android */
Color.parseColor("#89f978")Accessibility — WCAG contrast
Aa
#89f978 on white: 1.32:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#89f978 on black: 15.89:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red53.7%
Green97.6%
Blue47.1%
CMYK percentages
Cyan45.0%
Magenta0.0%
Yellow51.8%
Key (black)2.4%
Color previews
#89f978 text on a black background
contrast 15.89:1
Card sample
#89f978 text on a white background
contrast 1.32:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #89f978;
Background color
Panel with #89f978 background
background-color: #89f978;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #89f978;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(137, 249, 120, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(137, 249, 120, 0.45);
Border & gradient
Gradient panel
border: 3px solid #89f978; background: linear-gradient(135deg, #89f978, #78F9BD);