#88cdff
a light, electric blue · cool · closest name: skyblue
RGB
136, 205, 255
HSL
205°, 100%, 77%
CMYK
47, 20, 0, 0
Luminance
0.5612
Every format
| HEX | #88cdff |
| RGB | rgb(136, 205, 255) |
| HSL | hsl(205, 100%, 77%) |
| CMYK | cmyk(47%, 20%, 0%, 0%) |
| LAB | lab(79.7 -8.7 -31.2) |
| LCH | lch(79.7 32.4 254.4) |
| OKLCH | oklch(0.821 0.099 241.0) |
Copy-ready code
/* CSS */
color: #88cdff;
background-color: #88cdff;
/* Tailwind (arbitrary) */
class="text-[#88cdff] bg-[#88cdff]"
/* SCSS */
$brand: #88cdff;
/* SwiftUI */
Color(red: 0.533, green: 0.804, blue: 1.000)
/* Android */
Color.parseColor("#88cdff")Accessibility — WCAG contrast
Aa
#88cdff on white: 1.72:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#88cdff on black: 12.22:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red53.3%
Green80.4%
Blue100.0%
CMYK percentages
Cyan46.7%
Magenta19.6%
Yellow0.0%
Key (black)0.0%
Color previews
#88cdff text on a black background
contrast 12.22:1
Card sample
#88cdff text on a white background
contrast 1.72:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #88cdff;
Background color
Panel with #88cdff background
background-color: #88cdff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #88cdff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(136, 205, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(136, 205, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #88cdff; background: linear-gradient(135deg, #88cdff, #9288FF);