#89f482
a light, electric green · cool · closest name: aquamarine
RGB
137, 244, 130
HSL
116°, 84%, 73%
CMYK
44, 0, 47, 4
Luminance
0.7163
Every format
| HEX | #89f482 |
| RGB | rgb(137, 244, 130) |
| HSL | hsl(116, 84%, 73%) |
| CMYK | cmyk(44%, 0%, 47%, 4%) |
| LAB | lab(87.8 -52.8 45.3) |
| LCH | lch(87.8 69.6 139.4) |
| OKLCH | oklch(0.877 0.181 142.6) |
Copy-ready code
/* CSS */
color: #89f482;
background-color: #89f482;
/* Tailwind (arbitrary) */
class="text-[#89f482] bg-[#89f482]"
/* SCSS */
$brand: #89f482;
/* SwiftUI */
Color(red: 0.537, green: 0.957, blue: 0.510)
/* Android */
Color.parseColor("#89f482")Accessibility — WCAG contrast
Aa
#89f482 on white: 1.37:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#89f482 on black: 15.33:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red53.7%
Green95.7%
Blue51.0%
CMYK percentages
Cyan43.9%
Magenta0.0%
Yellow46.7%
Key (black)4.3%
Color previews
#89f482 text on a black background
contrast 15.33:1
Card sample
#89f482 text on a white background
contrast 1.37:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #89f482;
Background color
Panel with #89f482 background
background-color: #89f482;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #89f482;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(137, 244, 130, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(137, 244, 130, 0.45);
Border & gradient
Gradient panel
border: 3px solid #89f482; background: linear-gradient(135deg, #89f482, #82F4C7);