#88cdf9
a light, electric blue · cool · closest name: skyblue
RGB
136, 205, 249
HSL
203°, 90%, 76%
CMYK
45, 18, 0, 2
Luminance
0.5574
Every format
| HEX | #88cdf9 |
| RGB | rgb(136, 205, 249) |
| HSL | hsl(203, 90%, 76%) |
| CMYK | cmyk(45%, 18%, 0%, 2%) |
| LAB | lab(79.5 -10.3 -28.4) |
| LCH | lch(79.5 30.2 250.0) |
| OKLCH | oklch(0.819 0.093 237.5) |
Copy-ready code
/* CSS */
color: #88cdf9;
background-color: #88cdf9;
/* Tailwind (arbitrary) */
class="text-[#88cdf9] bg-[#88cdf9]"
/* SCSS */
$brand: #88cdf9;
/* SwiftUI */
Color(red: 0.533, green: 0.804, blue: 0.976)
/* Android */
Color.parseColor("#88cdf9")Accessibility — WCAG contrast
Aa
#88cdf9 on white: 1.73:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#88cdf9 on black: 12.15:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red53.3%
Green80.4%
Blue97.6%
CMYK percentages
Cyan45.4%
Magenta17.7%
Yellow0.0%
Key (black)2.4%
Color previews
#88cdf9 text on a black background
contrast 12.15:1
Card sample
#88cdf9 text on a white background
contrast 1.73:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #88cdf9;
Background color
Panel with #88cdf9 background
background-color: #88cdf9;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #88cdf9;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(136, 205, 249, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(136, 205, 249, 0.45);
Border & gradient
Gradient panel
border: 3px solid #88cdf9; background: linear-gradient(135deg, #88cdf9, #8E88F9);