#88afeb
a light, vivid blue · cool · closest name: steelblue
RGB
136, 175, 235
HSL
216°, 71%, 73%
CMYK
42, 26, 0, 8
Luminance
0.4189
Every format
| HEX | #88afeb |
| RGB | rgb(136, 175, 235) |
| HSL | hsl(216, 71%, 73%) |
| CMYK | cmyk(42%, 26%, 0%, 8%) |
| LAB | lab(70.8 2.0 -34.2) |
| LCH | lch(70.8 34.2 273.4) |
| OKLCH | oklch(0.749 0.097 258.8) |
Copy-ready code
/* CSS */
color: #88afeb;
background-color: #88afeb;
/* Tailwind (arbitrary) */
class="text-[#88afeb] bg-[#88afeb]"
/* SCSS */
$brand: #88afeb;
/* SwiftUI */
Color(red: 0.533, green: 0.686, blue: 0.922)
/* Android */
Color.parseColor("#88afeb")Accessibility — WCAG contrast
Aa
#88afeb on white: 2.24:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#88afeb on black: 9.38:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red53.3%
Green68.6%
Blue92.2%
CMYK percentages
Cyan42.1%
Magenta25.5%
Yellow0.0%
Key (black)7.8%
Color previews
#88afeb text on a black background
contrast 9.38:1
Card sample
#88afeb text on a white background
contrast 2.24:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #88afeb;
Background color
Panel with #88afeb background
background-color: #88afeb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #88afeb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(136, 175, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(136, 175, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #88afeb; background: linear-gradient(135deg, #88afeb, #A388EB);