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