#89ff73
a light, electric green · cool · closest name: lime
RGB
137, 255, 115
HSL
111°, 100%, 73%
CMYK
46, 0, 55, 0
Luminance
0.7808
Every format
| HEX | #89ff73 |
| RGB | rgb(137, 255, 115) |
| HSL | hsl(111, 100%, 73%) |
| CMYK | cmyk(46%, 0%, 55%, 0%) |
| LAB | lab(90.8 -59.0 55.9) |
| LCH | lch(90.8 81.3 136.5) |
| OKLCH | oklch(0.901 0.209 140.6) |
Copy-ready code
/* CSS */
color: #89ff73;
background-color: #89ff73;
/* Tailwind (arbitrary) */
class="text-[#89ff73] bg-[#89ff73]"
/* SCSS */
$brand: #89ff73;
/* SwiftUI */
Color(red: 0.537, green: 1.000, blue: 0.451)
/* Android */
Color.parseColor("#89ff73")Accessibility — WCAG contrast
Aa
#89ff73 on white: 1.26:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#89ff73 on black: 16.62:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red53.7%
Green100.0%
Blue45.1%
CMYK percentages
Cyan46.3%
Magenta0.0%
Yellow54.9%
Key (black)0.0%
Color previews
#89ff73 text on a black background
contrast 16.62:1
Card sample
#89ff73 text on a white background
contrast 1.26:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #89ff73;
Background color
Panel with #89ff73 background
background-color: #89ff73;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #89ff73;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(137, 255, 115, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(137, 255, 115, 0.45);
Border & gradient
Gradient panel
border: 3px solid #89ff73; background: linear-gradient(135deg, #89ff73, #73FFBA);