#88eecc
a light, electric cyan · cool · closest name: aquamarine
RGB
136, 238, 204
HSL
160°, 75%, 73%
CMYK
43, 0, 14, 7
Luminance
0.7074
Every format
| HEX | #88eecc |
| RGB | rgb(136, 238, 204) |
| HSL | hsl(160, 75%, 73%) |
| CMYK | cmyk(43%, 0%, 14%, 7%) |
| LAB | lab(87.4 -37.6 7.2) |
| LCH | lch(87.4 38.3 169.1) |
| OKLCH | oklch(0.877 0.108 170.2) |
Copy-ready code
/* CSS */
color: #88eecc;
background-color: #88eecc;
/* Tailwind (arbitrary) */
class="text-[#88eecc] bg-[#88eecc]"
/* SCSS */
$brand: #88eecc;
/* SwiftUI */
Color(red: 0.533, green: 0.933, blue: 0.800)
/* Android */
Color.parseColor("#88eecc")Accessibility — WCAG contrast
Aa
#88eecc on white: 1.39:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#88eecc on black: 15.15:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red53.3%
Green93.3%
Blue80.0%
CMYK percentages
Cyan42.9%
Magenta0.0%
Yellow14.3%
Key (black)6.7%
Color previews
#88eecc text on a black background
contrast 15.15:1
Card sample
#88eecc text on a white background
contrast 1.39:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #88eecc;
Background color
Panel with #88eecc background
background-color: #88eecc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #88eecc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(136, 238, 204, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(136, 238, 204, 0.45);
Border & gradient
Gradient panel
border: 3px solid #88eecc; background: linear-gradient(135deg, #88eecc, #88CCEE);