#88ebfd
a light, electric cyan · cool · closest name: skyblue
RGB
136, 235, 253
HSL
189°, 97%, 76%
CMYK
46, 7, 0, 1
Luminance
0.7174
Every format
| HEX | #88ebfd |
| RGB | rgb(136, 235, 253) |
| HSL | hsl(189, 97%, 76%) |
| CMYK | cmyk(46%, 7%, 0%, 1%) |
| LAB | lab(87.8 -24.5 -17.8) |
| LCH | lch(87.8 30.3 215.9) |
| OKLCH | oklch(0.886 0.096 210.5) |
Copy-ready code
/* CSS */
color: #88ebfd;
background-color: #88ebfd;
/* Tailwind (arbitrary) */
class="text-[#88ebfd] bg-[#88ebfd]"
/* SCSS */
$brand: #88ebfd;
/* SwiftUI */
Color(red: 0.533, green: 0.922, blue: 0.992)
/* Android */
Color.parseColor("#88ebfd")Accessibility — WCAG contrast
Aa
#88ebfd on white: 1.37:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#88ebfd on black: 15.35:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red53.3%
Green92.2%
Blue99.2%
CMYK percentages
Cyan46.2%
Magenta7.1%
Yellow0.0%
Key (black)0.8%
Color previews
#88ebfd text on a black background
contrast 15.35:1
Card sample
#88ebfd text on a white background
contrast 1.37:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #88ebfd;
Background color
Panel with #88ebfd background
background-color: #88ebfd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #88ebfd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(136, 235, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(136, 235, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #88ebfd; background: linear-gradient(135deg, #88ebfd, #889DFD);