#88bbee
a light, electric blue · cool · closest name: skyblue
RGB
136, 187, 238
HSL
210°, 75%, 73%
CMYK
43, 21, 0, 7
Luminance
0.4695
Every format
| HEX | #88bbee |
| RGB | rgb(136, 187, 238) |
| HSL | hsl(210, 75%, 73%) |
| CMYK | cmyk(43%, 21%, 0%, 7%) |
| LAB | lab(74.2 -3.7 -30.6) |
| LCH | lch(74.2 30.8 263.1) |
| OKLCH | oklch(0.775 0.091 249.1) |
Copy-ready code
/* CSS */
color: #88bbee;
background-color: #88bbee;
/* Tailwind (arbitrary) */
class="text-[#88bbee] bg-[#88bbee]"
/* SCSS */
$brand: #88bbee;
/* SwiftUI */
Color(red: 0.533, green: 0.733, blue: 0.933)
/* Android */
Color.parseColor("#88bbee")Accessibility — WCAG contrast
Aa
#88bbee on white: 2.02:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#88bbee on black: 10.39:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red53.3%
Green73.3%
Blue93.3%
CMYK percentages
Cyan42.9%
Magenta21.4%
Yellow0.0%
Key (black)6.7%
Color previews
#88bbee text on a black background
contrast 10.39:1
Card sample
#88bbee text on a white background
contrast 2.02:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #88bbee;
Background color
Panel with #88bbee background
background-color: #88bbee;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #88bbee;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(136, 187, 238, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(136, 187, 238, 0.45);
Border & gradient
Gradient panel
border: 3px solid #88bbee; background: linear-gradient(135deg, #88bbee, #9988EE);