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