#88e25b
a balanced, vivid green · cool · closest name: forestgreen
RGB
136, 226, 91
HSL
100°, 70%, 62%
CMYK
40, 0, 60, 11
Luminance
0.6038
Every format
| HEX | #88e25b |
| RGB | rgb(136, 226, 91) |
| HSL | hsl(100, 70%, 62%) |
| CMYK | cmyk(40%, 0%, 60%, 11%) |
| LAB | lab(82.0 -50.3 56.3) |
| LCH | lch(82.0 75.5 131.8) |
| OKLCH | oklch(0.828 0.191 136.6) |
Copy-ready code
/* CSS */
color: #88e25b;
background-color: #88e25b;
/* Tailwind (arbitrary) */
class="text-[#88e25b] bg-[#88e25b]"
/* SCSS */
$brand: #88e25b;
/* SwiftUI */
Color(red: 0.533, green: 0.886, blue: 0.357)
/* Android */
Color.parseColor("#88e25b")Accessibility — WCAG contrast
Aa
#88e25b on white: 1.61:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#88e25b on black: 13.08:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red53.3%
Green88.6%
Blue35.7%
CMYK percentages
Cyan39.8%
Magenta0.0%
Yellow59.7%
Key (black)11.4%
Color previews
#88e25b text on a black background
contrast 13.08:1
Card sample
#88e25b text on a white background
contrast 1.61:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #88e25b;
Background color
Panel with #88e25b background
background-color: #88e25b;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #88e25b;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(136, 226, 91, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(136, 226, 91, 0.45);
Border & gradient
Gradient panel
border: 3px solid #88e25b; background: linear-gradient(135deg, #88e25b, #5BE288);