#88bceb
a light, vivid blue · cool · closest name: skyblue
RGB
136, 188, 235
HSL
209°, 71%, 73%
CMYK
42, 20, 0, 8
Luminance
0.4720
Every format
| HEX | #88bceb |
| RGB | rgb(136, 188, 235) |
| HSL | hsl(209, 71%, 73%) |
| CMYK | cmyk(42%, 20%, 0%, 8%) |
| LAB | lab(74.3 -5.1 -28.7) |
| LCH | lch(74.3 29.2 260.0) |
| OKLCH | oklch(0.776 0.087 246.5) |
Copy-ready code
/* CSS */
color: #88bceb;
background-color: #88bceb;
/* Tailwind (arbitrary) */
class="text-[#88bceb] bg-[#88bceb]"
/* SCSS */
$brand: #88bceb;
/* SwiftUI */
Color(red: 0.533, green: 0.737, blue: 0.922)
/* Android */
Color.parseColor("#88bceb")Accessibility — WCAG contrast
Aa
#88bceb on white: 2.01:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#88bceb on black: 10.44:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red53.3%
Green73.7%
Blue92.2%
CMYK percentages
Cyan42.1%
Magenta20.0%
Yellow0.0%
Key (black)7.8%
Color previews
#88bceb text on a black background
contrast 10.44:1
Card sample
#88bceb text on a white background
contrast 2.01:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #88bceb;
Background color
Panel with #88bceb background
background-color: #88bceb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #88bceb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(136, 188, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(136, 188, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #88bceb; background: linear-gradient(135deg, #88bceb, #9688EB);