#88ff8e
a light, electric green · cool · closest name: aquamarine
RGB
136, 255, 142
HSL
123°, 100%, 77%
CMYK
47, 0, 44, 0
Luminance
0.7871
Every format
| HEX | #88ff8e |
| RGB | rgb(136, 255, 142) |
| HSL | hsl(123, 100%, 77%) |
| CMYK | cmyk(47%, 0%, 44%, 0%) |
| LAB | lab(91.1 -55.9 43.7) |
| LCH | lch(91.1 71.0 142.0) |
| OKLCH | oklch(0.904 0.186 144.9) |
Copy-ready code
/* CSS */
color: #88ff8e;
background-color: #88ff8e;
/* Tailwind (arbitrary) */
class="text-[#88ff8e] bg-[#88ff8e]"
/* SCSS */
$brand: #88ff8e;
/* SwiftUI */
Color(red: 0.533, green: 1.000, blue: 0.557)
/* Android */
Color.parseColor("#88ff8e")Accessibility — WCAG contrast
Aa
#88ff8e on white: 1.25:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#88ff8e on black: 16.74:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red53.3%
Green100.0%
Blue55.7%
CMYK percentages
Cyan46.7%
Magenta0.0%
Yellow44.3%
Key (black)0.0%
Color previews
#88ff8e text on a black background
contrast 16.74:1
Card sample
#88ff8e text on a white background
contrast 1.25:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #88ff8e;
Background color
Panel with #88ff8e background
background-color: #88ff8e;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #88ff8e;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(136, 255, 142, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(136, 255, 142, 0.45);
Border & gradient
Gradient panel
border: 3px solid #88ff8e; background: linear-gradient(135deg, #88ff8e, #88FFDD);