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