#88c8ff
a light, electric blue · cool · closest name: skyblue
RGB
136, 200, 255
HSL
208°, 100%, 77%
CMYK
47, 22, 0, 0
Luminance
0.5376
Every format
| HEX | #88c8ff |
| RGB | rgb(136, 200, 255) |
| HSL | hsl(208, 100%, 77%) |
| CMYK | cmyk(47%, 22%, 0%, 0%) |
| LAB | lab(78.3 -6.0 -33.3) |
| LCH | lch(78.3 33.9 259.7) |
| OKLCH | oklch(0.810 0.102 245.4) |
Copy-ready code
/* CSS */
color: #88c8ff;
background-color: #88c8ff;
/* Tailwind (arbitrary) */
class="text-[#88c8ff] bg-[#88c8ff]"
/* SCSS */
$brand: #88c8ff;
/* SwiftUI */
Color(red: 0.533, green: 0.784, blue: 1.000)
/* Android */
Color.parseColor("#88c8ff")Accessibility — WCAG contrast
Aa
#88c8ff on white: 1.79:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#88c8ff on black: 11.75:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red53.3%
Green78.4%
Blue100.0%
CMYK percentages
Cyan46.7%
Magenta21.6%
Yellow0.0%
Key (black)0.0%
Color previews
#88c8ff text on a black background
contrast 11.75:1
Card sample
#88c8ff text on a white background
contrast 1.79:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #88c8ff;
Background color
Panel with #88c8ff background
background-color: #88c8ff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #88c8ff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(136, 200, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(136, 200, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #88c8ff; background: linear-gradient(135deg, #88c8ff, #9788FF);