#88ebaa
a light, vivid green · cool · closest name: aquamarine
RGB
136, 235, 170
HSL
141°, 71%, 73%
CMYK
42, 0, 28, 8
Luminance
0.6755
Every format
| HEX | #88ebaa |
| RGB | rgb(136, 235, 170) |
| HSL | hsl(141, 71%, 73%) |
| CMYK | cmyk(42%, 0%, 28%, 8%) |
| LAB | lab(85.8 -43.0 22.7) |
| LCH | lch(85.8 48.6 152.2) |
| OKLCH | oklch(0.862 0.131 153.9) |
Copy-ready code
/* CSS */
color: #88ebaa;
background-color: #88ebaa;
/* Tailwind (arbitrary) */
class="text-[#88ebaa] bg-[#88ebaa]"
/* SCSS */
$brand: #88ebaa;
/* SwiftUI */
Color(red: 0.533, green: 0.922, blue: 0.667)
/* Android */
Color.parseColor("#88ebaa")Accessibility — WCAG contrast
Aa
#88ebaa on white: 1.45:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#88ebaa on black: 14.51:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red53.3%
Green92.2%
Blue66.7%
CMYK percentages
Cyan42.1%
Magenta0.0%
Yellow27.7%
Key (black)7.8%
Color previews
#88ebaa text on a black background
contrast 14.51:1
Card sample
#88ebaa text on a white background
contrast 1.45:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #88ebaa;
Background color
Panel with #88ebaa background
background-color: #88ebaa;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #88ebaa;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(136, 235, 170, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(136, 235, 170, 0.45);
Border & gradient
Gradient panel
border: 3px solid #88ebaa; background: linear-gradient(135deg, #88ebaa, #88EAEB);