#88dfba
a light, vivid green · cool · closest name: aquamarine
RGB
136, 223, 186
HSL
155°, 58%, 70%
CMYK
39, 0, 17, 13
Luminance
0.6155
Every format
| HEX | #88dfba |
| RGB | rgb(136, 223, 186) |
| HSL | hsl(155, 58%, 70%) |
| CMYK | cmyk(39%, 0%, 17%, 13%) |
| LAB | lab(82.7 -34.5 9.9) |
| LCH | lch(82.7 35.9 163.9) |
| OKLCH | oklch(0.838 0.100 165.2) |
Copy-ready code
/* CSS */
color: #88dfba;
background-color: #88dfba;
/* Tailwind (arbitrary) */
class="text-[#88dfba] bg-[#88dfba]"
/* SCSS */
$brand: #88dfba;
/* SwiftUI */
Color(red: 0.533, green: 0.875, blue: 0.729)
/* Android */
Color.parseColor("#88dfba")Accessibility — WCAG contrast
Aa
#88dfba on white: 1.58:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#88dfba on black: 13.31:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red53.3%
Green87.5%
Blue72.9%
CMYK percentages
Cyan39.0%
Magenta0.0%
Yellow16.6%
Key (black)12.5%
Color previews
#88dfba text on a black background
contrast 13.31:1
Card sample
#88dfba text on a white background
contrast 1.58:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #88dfba;
Background color
Panel with #88dfba background
background-color: #88dfba;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #88dfba;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(136, 223, 186, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(136, 223, 186, 0.45);
Border & gradient
Gradient panel
border: 3px solid #88dfba; background: linear-gradient(135deg, #88dfba, #88CADF);