#88aaee
a light, electric blue · cool · closest name: steelblue
RGB
136, 170, 238
HSL
220°, 75%, 73%
CMYK
43, 29, 0, 7
Luminance
0.4016
Every format
| HEX | #88aaee |
| RGB | rgb(136, 170, 238) |
| HSL | hsl(220, 75%, 73%) |
| CMYK | cmyk(43%, 29%, 0%, 7%) |
| LAB | lab(69.6 5.7 -37.7) |
| LCH | lch(69.6 38.1 278.6) |
| OKLCH | oklch(0.740 0.106 263.6) |
Copy-ready code
/* CSS */
color: #88aaee;
background-color: #88aaee;
/* Tailwind (arbitrary) */
class="text-[#88aaee] bg-[#88aaee]"
/* SCSS */
$brand: #88aaee;
/* SwiftUI */
Color(red: 0.533, green: 0.667, blue: 0.933)
/* Android */
Color.parseColor("#88aaee")Accessibility — WCAG contrast
Aa
#88aaee on white: 2.33:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#88aaee on black: 9.03:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red53.3%
Green66.7%
Blue93.3%
CMYK percentages
Cyan42.9%
Magenta28.6%
Yellow0.0%
Key (black)6.7%
Color previews
#88aaee text on a black background
contrast 9.03:1
Card sample
#88aaee text on a white background
contrast 2.33:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #88aaee;
Background color
Panel with #88aaee background
background-color: #88aaee;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #88aaee;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(136, 170, 238, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(136, 170, 238, 0.45);
Border & gradient
Gradient panel
border: 3px solid #88aaee; background: linear-gradient(135deg, #88aaee, #AA88EE);