#88ccdf
a light, vivid cyan · cool · closest name: skyblue
RGB
136, 204, 223
HSL
193°, 58%, 70%
CMYK
39, 9, 0, 13
Luminance
0.5375
Every format
| HEX | #88ccdf |
| RGB | rgb(136, 204, 223) |
| HSL | hsl(193, 58%, 70%) |
| CMYK | cmyk(39%, 9%, 0%, 13%) |
| LAB | lab(78.3 -16.6 -16.2) |
| LCH | lch(78.3 23.2 224.2) |
| OKLCH | oklch(0.806 0.073 217.3) |
Copy-ready code
/* CSS */
color: #88ccdf;
background-color: #88ccdf;
/* Tailwind (arbitrary) */
class="text-[#88ccdf] bg-[#88ccdf]"
/* SCSS */
$brand: #88ccdf;
/* SwiftUI */
Color(red: 0.533, green: 0.800, blue: 0.875)
/* Android */
Color.parseColor("#88ccdf")Accessibility — WCAG contrast
Aa
#88ccdf on white: 1.79:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#88ccdf on black: 11.75:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red53.3%
Green80.0%
Blue87.5%
CMYK percentages
Cyan39.0%
Magenta8.5%
Yellow0.0%
Key (black)12.5%
Color previews
#88ccdf text on a black background
contrast 11.75:1
Card sample
#88ccdf text on a white background
contrast 1.79:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #88ccdf;
Background color
Panel with #88ccdf background
background-color: #88ccdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #88ccdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(136, 204, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(136, 204, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #88ccdf; background: linear-gradient(135deg, #88ccdf, #8892DF);