#89f113
a balanced, electric green · cool · closest name: lime
RGB
137, 241, 19
HSL
88°, 89%, 51%
CMYK
43, 0, 92, 6
Luminance
0.6828
Every format
| HEX | #89f113 |
| RGB | rgb(137, 241, 19) |
| HSL | hsl(88, 89%, 51%) |
| CMYK | cmyk(43%, 0%, 92%, 6%) |
| LAB | lab(86.1 -59.8 81.3) |
| LCH | lch(86.1 100.9 126.3) |
| OKLCH | oklch(0.861 0.243 133.9) |
Copy-ready code
/* CSS */
color: #89f113;
background-color: #89f113;
/* Tailwind (arbitrary) */
class="text-[#89f113] bg-[#89f113]"
/* SCSS */
$brand: #89f113;
/* SwiftUI */
Color(red: 0.537, green: 0.945, blue: 0.075)
/* Android */
Color.parseColor("#89f113")Accessibility — WCAG contrast
Aa
#89f113 on white: 1.43:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#89f113 on black: 14.66:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red53.7%
Green94.5%
Blue7.5%
CMYK percentages
Cyan43.2%
Magenta0.0%
Yellow92.1%
Key (black)5.5%
Color previews
#89f113 text on a black background
contrast 14.66:1
Card sample
#89f113 text on a white background
contrast 1.43:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #89f113;
Background color
Panel with #89f113 background
background-color: #89f113;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #89f113;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(137, 241, 19, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(137, 241, 19, 0.45);
Border & gradient
Gradient panel
border: 3px solid #89f113; background: linear-gradient(135deg, #89f113, #13F131);