#89f366
a light, electric green · cool · closest name: forestgreen
RGB
137, 243, 102
HSL
105°, 86%, 68%
CMYK
44, 0, 58, 5
Luminance
0.7038
Every format
| HEX | #89f366 |
| RGB | rgb(137, 243, 102) |
| HSL | hsl(105, 86%, 68%) |
| CMYK | cmyk(44%, 0%, 58%, 5%) |
| LAB | lab(87.2 -55.7 57.4) |
| LCH | lch(87.2 80.0 134.1) |
| OKLCH | oklch(0.871 0.204 138.7) |
Copy-ready code
/* CSS */
color: #89f366;
background-color: #89f366;
/* Tailwind (arbitrary) */
class="text-[#89f366] bg-[#89f366]"
/* SCSS */
$brand: #89f366;
/* SwiftUI */
Color(red: 0.537, green: 0.953, blue: 0.400)
/* Android */
Color.parseColor("#89f366")Accessibility — WCAG contrast
Aa
#89f366 on white: 1.39:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#89f366 on black: 15.08:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red53.7%
Green95.3%
Blue40.0%
CMYK percentages
Cyan43.6%
Magenta0.0%
Yellow58.0%
Key (black)4.7%
Color previews
#89f366 text on a black background
contrast 15.08:1
Card sample
#89f366 text on a white background
contrast 1.39:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #89f366;
Background color
Panel with #89f366 background
background-color: #89f366;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #89f366;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(137, 243, 102, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(137, 243, 102, 0.45);
Border & gradient
Gradient panel
border: 3px solid #89f366; background: linear-gradient(135deg, #89f366, #66F3A1);