#88ff7c
a light, electric green · cool · closest name: forestgreen
RGB
136, 255, 124
HSL
115°, 100%, 74%
CMYK
47, 0, 51, 0
Luminance
0.7821
Every format
| HEX | #88ff7c |
| RGB | rgb(136, 255, 124) |
| HSL | hsl(115, 100%, 74%) |
| CMYK | cmyk(47%, 0%, 51%, 0%) |
| LAB | lab(90.9 -58.3 51.9) |
| LCH | lch(90.9 78.0 138.3) |
| OKLCH | oklch(0.902 0.202 141.9) |
Copy-ready code
/* CSS */
color: #88ff7c;
background-color: #88ff7c;
/* Tailwind (arbitrary) */
class="text-[#88ff7c] bg-[#88ff7c]"
/* SCSS */
$brand: #88ff7c;
/* SwiftUI */
Color(red: 0.533, green: 1.000, blue: 0.486)
/* Android */
Color.parseColor("#88ff7c")Accessibility — WCAG contrast
Aa
#88ff7c on white: 1.26:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#88ff7c on black: 16.64:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red53.3%
Green100.0%
Blue48.6%
CMYK percentages
Cyan46.7%
Magenta0.0%
Yellow51.4%
Key (black)0.0%
Color previews
#88ff7c text on a black background
contrast 16.64:1
Card sample
#88ff7c text on a white background
contrast 1.26:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #88ff7c;
Background color
Panel with #88ff7c background
background-color: #88ff7c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #88ff7c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(136, 255, 124, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(136, 255, 124, 0.45);
Border & gradient
Gradient panel
border: 3px solid #88ff7c; background: linear-gradient(135deg, #88ff7c, #7CFFC7);