#88aef7
a light, electric blue · cool · closest name: steelblue
RGB
136, 174, 247
HSL
220°, 87%, 75%
CMYK
45, 30, 0, 3
Luminance
0.4222
Every format
| HEX | #88aef7 |
| RGB | rgb(136, 174, 247) |
| HSL | hsl(220, 87%, 75%) |
| CMYK | cmyk(45%, 30%, 0%, 3%) |
| LAB | lab(71.0 6.0 -40.3) |
| LCH | lch(71.0 40.8 278.4) |
| OKLCH | oklch(0.752 0.114 262.9) |
Copy-ready code
/* CSS */
color: #88aef7;
background-color: #88aef7;
/* Tailwind (arbitrary) */
class="text-[#88aef7] bg-[#88aef7]"
/* SCSS */
$brand: #88aef7;
/* SwiftUI */
Color(red: 0.533, green: 0.682, blue: 0.969)
/* Android */
Color.parseColor("#88aef7")Accessibility — WCAG contrast
Aa
#88aef7 on white: 2.22:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#88aef7 on black: 9.44:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red53.3%
Green68.2%
Blue96.9%
CMYK percentages
Cyan44.9%
Magenta29.6%
Yellow0.0%
Key (black)3.1%
Color previews
#88aef7 text on a black background
contrast 9.44:1
Card sample
#88aef7 text on a white background
contrast 2.22:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #88aef7;
Background color
Panel with #88aef7 background
background-color: #88aef7;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #88aef7;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(136, 174, 247, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(136, 174, 247, 0.45);
Border & gradient
Gradient panel
border: 3px solid #88aef7; background: linear-gradient(135deg, #88aef7, #AC88F7);