#88e7b8
a light, vivid green · cool · closest name: aquamarine
RGB
136, 231, 184
HSL
150°, 66%, 72%
CMYK
41, 0, 20, 9
Luminance
0.6585
Every format
| HEX | #88e7b8 |
| RGB | rgb(136, 231, 184) |
| HSL | hsl(150, 66%, 72%) |
| CMYK | cmyk(41%, 0%, 20%, 9%) |
| LAB | lab(84.9 -38.5 14.2) |
| LCH | lch(84.9 41.1 159.8) |
| OKLCH | oklch(0.856 0.113 161.2) |
Copy-ready code
/* CSS */
color: #88e7b8;
background-color: #88e7b8;
/* Tailwind (arbitrary) */
class="text-[#88e7b8] bg-[#88e7b8]"
/* SCSS */
$brand: #88e7b8;
/* SwiftUI */
Color(red: 0.533, green: 0.906, blue: 0.722)
/* Android */
Color.parseColor("#88e7b8")Accessibility — WCAG contrast
Aa
#88e7b8 on white: 1.48:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#88e7b8 on black: 14.17:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red53.3%
Green90.6%
Blue72.2%
CMYK percentages
Cyan41.1%
Magenta0.0%
Yellow20.3%
Key (black)9.4%
Color previews
#88e7b8 text on a black background
contrast 14.17:1
Card sample
#88e7b8 text on a white background
contrast 1.48:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #88e7b8;
Background color
Panel with #88e7b8 background
background-color: #88e7b8;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #88e7b8;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(136, 231, 184, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(136, 231, 184, 0.45);
Border & gradient
Gradient panel
border: 3px solid #88e7b8; background: linear-gradient(135deg, #88e7b8, #88D7E7);