#88f2da
a light, electric cyan · cool · closest name: turquoise
RGB
136, 242, 218
HSL
166°, 80%, 74%
CMYK
44, 0, 10, 5
Luminance
0.7380
Every format
| HEX | #88f2da |
| RGB | rgb(136, 242, 218) |
| HSL | hsl(166, 80%, 74%) |
| CMYK | cmyk(44%, 0%, 10%, 5%) |
| LAB | lab(88.8 -36.3 2.0) |
| LCH | lch(88.8 36.4 176.8) |
| OKLCH | oklch(0.890 0.105 177.4) |
Copy-ready code
/* CSS */
color: #88f2da;
background-color: #88f2da;
/* Tailwind (arbitrary) */
class="text-[#88f2da] bg-[#88f2da]"
/* SCSS */
$brand: #88f2da;
/* SwiftUI */
Color(red: 0.533, green: 0.949, blue: 0.855)
/* Android */
Color.parseColor("#88f2da")Accessibility — WCAG contrast
Aa
#88f2da on white: 1.33:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#88f2da on black: 15.76:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red53.3%
Green94.9%
Blue85.5%
CMYK percentages
Cyan43.8%
Magenta0.0%
Yellow9.9%
Key (black)5.1%
Color previews
#88f2da text on a black background
contrast 15.76:1
Card sample
#88f2da text on a white background
contrast 1.33:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #88f2da;
Background color
Panel with #88f2da background
background-color: #88f2da;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #88f2da;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(136, 242, 218, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(136, 242, 218, 0.45);
Border & gradient
Gradient panel
border: 3px solid #88f2da; background: linear-gradient(135deg, #88f2da, #88C3F2);