#88cdfd
a light, electric blue · cool · closest name: skyblue
RGB
136, 205, 253
HSL
205°, 97%, 76%
CMYK
46, 19, 0, 1
Luminance
0.5599
Every format
| HEX | #88cdfd |
| RGB | rgb(136, 205, 253) |
| HSL | hsl(205, 97%, 76%) |
| CMYK | cmyk(46%, 19%, 0%, 1%) |
| LAB | lab(79.6 -9.3 -30.3) |
| LCH | lch(79.6 31.7 253.0) |
| OKLCH | oklch(0.820 0.097 239.9) |
Copy-ready code
/* CSS */
color: #88cdfd;
background-color: #88cdfd;
/* Tailwind (arbitrary) */
class="text-[#88cdfd] bg-[#88cdfd]"
/* SCSS */
$brand: #88cdfd;
/* SwiftUI */
Color(red: 0.533, green: 0.804, blue: 0.992)
/* Android */
Color.parseColor("#88cdfd")Accessibility — WCAG contrast
Aa
#88cdfd on white: 1.72:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#88cdfd on black: 12.20:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red53.3%
Green80.4%
Blue99.2%
CMYK percentages
Cyan46.2%
Magenta19.0%
Yellow0.0%
Key (black)0.8%
Color previews
#88cdfd text on a black background
contrast 12.20:1
Card sample
#88cdfd text on a white background
contrast 1.72:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #88cdfd;
Background color
Panel with #88cdfd background
background-color: #88cdfd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #88cdfd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(136, 205, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(136, 205, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #88cdfd; background: linear-gradient(135deg, #88cdfd, #9188FD);