#88bcdf
a light, vivid blue · cool · closest name: skyblue
RGB
136, 188, 223
HSL
204°, 58%, 70%
CMYK
39, 16, 0, 13
Luminance
0.4653
Every format
| HEX | #88bcdf |
| RGB | rgb(136, 188, 223) |
| HSL | hsl(204, 58%, 70%) |
| CMYK | cmyk(39%, 16%, 0%, 13%) |
| LAB | lab(73.9 -8.3 -22.9) |
| LCH | lch(73.9 24.3 250.2) |
| OKLCH | oklch(0.771 0.074 238.4) |
Copy-ready code
/* CSS */
color: #88bcdf;
background-color: #88bcdf;
/* Tailwind (arbitrary) */
class="text-[#88bcdf] bg-[#88bcdf]"
/* SCSS */
$brand: #88bcdf;
/* SwiftUI */
Color(red: 0.533, green: 0.737, blue: 0.875)
/* Android */
Color.parseColor("#88bcdf")Accessibility — WCAG contrast
Aa
#88bcdf on white: 2.04:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#88bcdf on black: 10.31:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red53.3%
Green73.7%
Blue87.5%
CMYK percentages
Cyan39.0%
Magenta15.7%
Yellow0.0%
Key (black)12.5%
Color previews
#88bcdf text on a black background
contrast 10.31:1
Card sample
#88bcdf text on a white background
contrast 2.04:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #88bcdf;
Background color
Panel with #88bcdf background
background-color: #88bcdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #88bcdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(136, 188, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(136, 188, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #88bcdf; background: linear-gradient(135deg, #88bcdf, #8E88DF);