#88feee
a light, electric cyan · cool · closest name: turquoise
RGB
136, 254, 238
HSL
172°, 98%, 77%
CMYK
47, 0, 6, 0
Luminance
0.8229
Every format
| HEX | #88feee |
| RGB | rgb(136, 254, 238) |
| HSL | hsl(172, 98%, 77%) |
| CMYK | cmyk(47%, 0%, 6%, 0%) |
| LAB | lab(92.7 -37.2 -2.7) |
| LCH | lch(92.7 37.3 184.2) |
| OKLCH | oklch(0.923 0.110 184.1) |
Copy-ready code
/* CSS */
color: #88feee;
background-color: #88feee;
/* Tailwind (arbitrary) */
class="text-[#88feee] bg-[#88feee]"
/* SCSS */
$brand: #88feee;
/* SwiftUI */
Color(red: 0.533, green: 0.996, blue: 0.933)
/* Android */
Color.parseColor("#88feee")Accessibility — WCAG contrast
Aa
#88feee on white: 1.20:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#88feee on black: 17.46:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red53.3%
Green99.6%
Blue93.3%
CMYK percentages
Cyan46.5%
Magenta0.0%
Yellow6.3%
Key (black)0.4%
Color previews
#88feee text on a black background
contrast 17.46:1
Card sample
#88feee text on a white background
contrast 1.20:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #88feee;
Background color
Panel with #88feee background
background-color: #88feee;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #88feee;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(136, 254, 238, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(136, 254, 238, 0.45);
Border & gradient
Gradient panel
border: 3px solid #88feee; background: linear-gradient(135deg, #88feee, #88BFFE);