#88aaf7
a light, electric blue · cool · closest name: steelblue
RGB
136, 170, 247
HSL
222°, 87%, 75%
CMYK
45, 31, 0, 3
Luminance
0.4070
Every format
| HEX | #88aaf7 |
| RGB | rgb(136, 170, 247) |
| HSL | hsl(222, 87%, 75%) |
| CMYK | cmyk(45%, 31%, 0%, 3%) |
| LAB | lab(70.0 8.2 -42.0) |
| LCH | lch(70.0 42.8 281.1) |
| OKLCH | oklch(0.744 0.118 265.4) |
Copy-ready code
/* CSS */
color: #88aaf7;
background-color: #88aaf7;
/* Tailwind (arbitrary) */
class="text-[#88aaf7] bg-[#88aaf7]"
/* SCSS */
$brand: #88aaf7;
/* SwiftUI */
Color(red: 0.533, green: 0.667, blue: 0.969)
/* Android */
Color.parseColor("#88aaf7")Accessibility — WCAG contrast
Aa
#88aaf7 on white: 2.30:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#88aaf7 on black: 9.14:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red53.3%
Green66.7%
Blue96.9%
CMYK percentages
Cyan44.9%
Magenta31.2%
Yellow0.0%
Key (black)3.1%
Color previews
#88aaf7 text on a black background
contrast 9.14:1
Card sample
#88aaf7 text on a white background
contrast 2.30:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #88aaf7;
Background color
Panel with #88aaf7 background
background-color: #88aaf7;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #88aaf7;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(136, 170, 247, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(136, 170, 247, 0.45);
Border & gradient
Gradient panel
border: 3px solid #88aaf7; background: linear-gradient(135deg, #88aaf7, #B088F7);