#88baeb
a light, vivid blue · cool · closest name: skyblue
RGB
136, 186, 235
HSL
210°, 71%, 73%
CMYK
42, 21, 0, 8
Luminance
0.4635
Every format
| HEX | #88baeb |
| RGB | rgb(136, 186, 235) |
| HSL | hsl(210, 71%, 73%) |
| CMYK | cmyk(42%, 21%, 0%, 8%) |
| LAB | lab(73.8 -4.0 -29.6) |
| LCH | lch(73.8 29.9 262.3) |
| OKLCH | oklch(0.772 0.088 248.5) |
Copy-ready code
/* CSS */
color: #88baeb;
background-color: #88baeb;
/* Tailwind (arbitrary) */
class="text-[#88baeb] bg-[#88baeb]"
/* SCSS */
$brand: #88baeb;
/* SwiftUI */
Color(red: 0.533, green: 0.729, blue: 0.922)
/* Android */
Color.parseColor("#88baeb")Accessibility — WCAG contrast
Aa
#88baeb on white: 2.04:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#88baeb on black: 10.27:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red53.3%
Green72.9%
Blue92.2%
CMYK percentages
Cyan42.1%
Magenta20.9%
Yellow0.0%
Key (black)7.8%
Color previews
#88baeb text on a black background
contrast 10.27:1
Card sample
#88baeb text on a white background
contrast 2.04:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #88baeb;
Background color
Panel with #88baeb background
background-color: #88baeb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #88baeb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(136, 186, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(136, 186, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #88baeb; background: linear-gradient(135deg, #88baeb, #9888EB);