#88eb39
a balanced, electric green · cool · closest name: lime
RGB
136, 235, 57
HSL
93°, 82%, 57%
CMYK
42, 0, 76, 8
Luminance
0.6495
Every format
| HEX | #88eb39 |
| RGB | rgb(136, 235, 57) |
| HSL | hsl(93, 82%, 57%) |
| CMYK | cmyk(42%, 0%, 76%, 8%) |
| LAB | lab(84.5 -56.4 71.6) |
| LCH | lch(84.5 91.2 128.2) |
| OKLCH | oklch(0.847 0.225 134.8) |
Copy-ready code
/* CSS */
color: #88eb39;
background-color: #88eb39;
/* Tailwind (arbitrary) */
class="text-[#88eb39] bg-[#88eb39]"
/* SCSS */
$brand: #88eb39;
/* SwiftUI */
Color(red: 0.533, green: 0.922, blue: 0.224)
/* Android */
Color.parseColor("#88eb39")Accessibility — WCAG contrast
Aa
#88eb39 on white: 1.50:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#88eb39 on black: 13.99:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red53.3%
Green92.2%
Blue22.4%
CMYK percentages
Cyan42.1%
Magenta0.0%
Yellow75.7%
Key (black)7.8%
Color previews
#88eb39 text on a black background
contrast 13.99:1
Card sample
#88eb39 text on a white background
contrast 1.50:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #88eb39;
Background color
Panel with #88eb39 background
background-color: #88eb39;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #88eb39;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(136, 235, 57, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(136, 235, 57, 0.45);
Border & gradient
Gradient panel
border: 3px solid #88eb39; background: linear-gradient(135deg, #88eb39, #39EB61);