#88c4f7
a light, electric blue · cool · closest name: skyblue
RGB
136, 196, 247
HSL
208°, 87%, 75%
CMYK
45, 21, 0, 3
Luminance
0.5143
Every format
| HEX | #88c4f7 |
| RGB | rgb(136, 196, 247) |
| HSL | hsl(208, 87%, 75%) |
| CMYK | cmyk(45%, 21%, 0%, 3%) |
| LAB | lab(76.9 -6.1 -31.2) |
| LCH | lch(76.9 31.8 258.9) |
| OKLCH | oklch(0.798 0.096 245.0) |
Copy-ready code
/* CSS */
color: #88c4f7;
background-color: #88c4f7;
/* Tailwind (arbitrary) */
class="text-[#88c4f7] bg-[#88c4f7]"
/* SCSS */
$brand: #88c4f7;
/* SwiftUI */
Color(red: 0.533, green: 0.769, blue: 0.969)
/* Android */
Color.parseColor("#88c4f7")Accessibility — WCAG contrast
Aa
#88c4f7 on white: 1.86:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#88c4f7 on black: 11.29:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red53.3%
Green76.9%
Blue96.9%
CMYK percentages
Cyan44.9%
Magenta20.6%
Yellow0.0%
Key (black)3.1%
Color previews
#88c4f7 text on a black background
contrast 11.29:1
Card sample
#88c4f7 text on a white background
contrast 1.86:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #88c4f7;
Background color
Panel with #88c4f7 background
background-color: #88c4f7;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #88c4f7;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(136, 196, 247, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(136, 196, 247, 0.45);
Border & gradient
Gradient panel
border: 3px solid #88c4f7; background: linear-gradient(135deg, #88c4f7, #9688F7);