#88cff7
a light, electric blue · cool · closest name: skyblue
RGB
136, 207, 247
HSL
202°, 87%, 75%
CMYK
45, 16, 0, 3
Luminance
0.5658
Every format
| HEX | #88cff7 |
| RGB | rgb(136, 207, 247) |
| HSL | hsl(202, 87%, 75%) |
| CMYK | cmyk(45%, 16%, 0%, 3%) |
| LAB | lab(79.9 -11.9 -26.6) |
| LCH | lch(79.9 29.1 245.8) |
| OKLCH | oklch(0.822 0.091 234.1) |
Copy-ready code
/* CSS */
color: #88cff7;
background-color: #88cff7;
/* Tailwind (arbitrary) */
class="text-[#88cff7] bg-[#88cff7]"
/* SCSS */
$brand: #88cff7;
/* SwiftUI */
Color(red: 0.533, green: 0.812, blue: 0.969)
/* Android */
Color.parseColor("#88cff7")Accessibility — WCAG contrast
Aa
#88cff7 on white: 1.71:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#88cff7 on black: 12.32:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red53.3%
Green81.2%
Blue96.9%
CMYK percentages
Cyan44.9%
Magenta16.2%
Yellow0.0%
Key (black)3.1%
Color previews
#88cff7 text on a black background
contrast 12.32:1
Card sample
#88cff7 text on a white background
contrast 1.71:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #88cff7;
Background color
Panel with #88cff7 background
background-color: #88cff7;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #88cff7;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(136, 207, 247, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(136, 207, 247, 0.45);
Border & gradient
Gradient panel
border: 3px solid #88cff7; background: linear-gradient(135deg, #88cff7, #8B88F7);