#89f310
a balanced, electric green · cool · closest name: lime
RGB
137, 243, 16
HSL
88°, 90%, 51%
CMYK
44, 0, 93, 5
Luminance
0.6946
Every format
| HEX | #89f310 |
| RGB | rgb(137, 243, 16) |
| HSL | hsl(88, 90%, 51%) |
| CMYK | cmyk(44%, 0%, 93%, 5%) |
| LAB | lab(86.7 -60.6 82.2) |
| LCH | lch(86.7 102.1 126.4) |
| OKLCH | oklch(0.866 0.246 134.0) |
Copy-ready code
/* CSS */
color: #89f310;
background-color: #89f310;
/* Tailwind (arbitrary) */
class="text-[#89f310] bg-[#89f310]"
/* SCSS */
$brand: #89f310;
/* SwiftUI */
Color(red: 0.537, green: 0.953, blue: 0.063)
/* Android */
Color.parseColor("#89f310")Accessibility — WCAG contrast
Aa
#89f310 on white: 1.41:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#89f310 on black: 14.89:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red53.7%
Green95.3%
Blue6.3%
CMYK percentages
Cyan43.6%
Magenta0.0%
Yellow93.4%
Key (black)4.7%
Color previews
#89f310 text on a black background
contrast 14.89:1
Card sample
#89f310 text on a white background
contrast 1.41:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #89f310;
Background color
Panel with #89f310 background
background-color: #89f310;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #89f310;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(137, 243, 16, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(137, 243, 16, 0.45);
Border & gradient
Gradient panel
border: 3px solid #89f310; background: linear-gradient(135deg, #89f310, #10F32E);