#89f255
a balanced, electric green · cool · closest name: lime
RGB
137, 242, 85
HSL
100°, 86%, 64%
CMYK
43, 0, 65, 5
Luminance
0.6948
Every format
| HEX | #89f255 |
| RGB | rgb(137, 242, 85) |
| HSL | hsl(100, 86%, 64%) |
| CMYK | cmyk(43%, 0%, 65%, 5%) |
| LAB | lab(86.7 -56.9 64.0) |
| LCH | lch(86.7 85.7 131.6) |
| OKLCH | oklch(0.867 0.215 137.0) |
Copy-ready code
/* CSS */
color: #89f255;
background-color: #89f255;
/* Tailwind (arbitrary) */
class="text-[#89f255] bg-[#89f255]"
/* SCSS */
$brand: #89f255;
/* SwiftUI */
Color(red: 0.537, green: 0.949, blue: 0.333)
/* Android */
Color.parseColor("#89f255")Accessibility — WCAG contrast
Aa
#89f255 on white: 1.41:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#89f255 on black: 14.90:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red53.7%
Green94.9%
Blue33.3%
CMYK percentages
Cyan43.4%
Magenta0.0%
Yellow64.9%
Key (black)5.1%
Color previews
#89f255 text on a black background
contrast 14.90:1
Card sample
#89f255 text on a white background
contrast 1.41:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #89f255;
Background color
Panel with #89f255 background
background-color: #89f255;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #89f255;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(137, 242, 85, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(137, 242, 85, 0.45);
Border & gradient
Gradient panel
border: 3px solid #89f255; background: linear-gradient(135deg, #89f255, #55F28A);