#88eeaa
a light, electric green · cool · closest name: aquamarine
RGB
136, 238, 170
HSL
140°, 75%, 73%
CMYK
43, 0, 29, 7
Luminance
0.6929
Every format
| HEX | #88eeaa |
| RGB | rgb(136, 238, 170) |
| HSL | hsl(140, 75%, 73%) |
| CMYK | cmyk(43%, 0%, 29%, 7%) |
| LAB | lab(86.6 -44.3 23.9) |
| LCH | lch(86.6 50.3 151.7) |
| OKLCH | oklch(0.869 0.136 153.5) |
Copy-ready code
/* CSS */
color: #88eeaa;
background-color: #88eeaa;
/* Tailwind (arbitrary) */
class="text-[#88eeaa] bg-[#88eeaa]"
/* SCSS */
$brand: #88eeaa;
/* SwiftUI */
Color(red: 0.533, green: 0.933, blue: 0.667)
/* Android */
Color.parseColor("#88eeaa")Accessibility — WCAG contrast
Aa
#88eeaa on white: 1.41:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#88eeaa on black: 14.86:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red53.3%
Green93.3%
Blue66.7%
CMYK percentages
Cyan42.9%
Magenta0.0%
Yellow28.6%
Key (black)6.7%
Color previews
#88eeaa text on a black background
contrast 14.86:1
Card sample
#88eeaa text on a white background
contrast 1.41:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #88eeaa;
Background color
Panel with #88eeaa background
background-color: #88eeaa;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #88eeaa;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(136, 238, 170, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(136, 238, 170, 0.45);
Border & gradient
Gradient panel
border: 3px solid #88eeaa; background: linear-gradient(135deg, #88eeaa, #88EEEE);