#88dcdf
a light, vivid cyan · cool · closest name: skyblue
RGB
136, 220, 223
HSL
182°, 58%, 70%
CMYK
39, 1, 0, 13
Luminance
0.6175
Every format
| HEX | #88dcdf |
| RGB | rgb(136, 220, 223) |
| HSL | hsl(182, 58%, 70%) |
| CMYK | cmyk(39%, 1%, 0%, 13%) |
| LAB | lab(82.8 -24.7 -9.5) |
| LCH | lch(82.8 26.4 201.1) |
| OKLCH | oklch(0.842 0.082 198.6) |
Copy-ready code
/* CSS */
color: #88dcdf;
background-color: #88dcdf;
/* Tailwind (arbitrary) */
class="text-[#88dcdf] bg-[#88dcdf]"
/* SCSS */
$brand: #88dcdf;
/* SwiftUI */
Color(red: 0.533, green: 0.863, blue: 0.875)
/* Android */
Color.parseColor("#88dcdf")Accessibility — WCAG contrast
Aa
#88dcdf on white: 1.57:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#88dcdf on black: 13.35:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red53.3%
Green86.3%
Blue87.5%
CMYK percentages
Cyan39.0%
Magenta1.3%
Yellow0.0%
Key (black)12.5%
Color previews
#88dcdf text on a black background
contrast 13.35:1
Card sample
#88dcdf text on a white background
contrast 1.57:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #88dcdf;
Background color
Panel with #88dcdf background
background-color: #88dcdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #88dcdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(136, 220, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(136, 220, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #88dcdf; background: linear-gradient(135deg, #88dcdf, #88A2DF);