#88ccee
a light, electric blue · cool · closest name: skyblue
RGB
136, 204, 238
HSL
200°, 75%, 73%
CMYK
43, 14, 0, 7
Luminance
0.5459
Every format
| HEX | #88ccee |
| RGB | rgb(136, 204, 238) |
| HSL | hsl(200, 75%, 73%) |
| CMYK | cmyk(43%, 14%, 0%, 7%) |
| LAB | lab(78.8 -12.8 -23.5) |
| LCH | lch(78.8 26.7 241.5) |
| OKLCH | oklch(0.812 0.084 230.8) |
Copy-ready code
/* CSS */
color: #88ccee;
background-color: #88ccee;
/* Tailwind (arbitrary) */
class="text-[#88ccee] bg-[#88ccee]"
/* SCSS */
$brand: #88ccee;
/* SwiftUI */
Color(red: 0.533, green: 0.800, blue: 0.933)
/* Android */
Color.parseColor("#88ccee")Accessibility — WCAG contrast
Aa
#88ccee on white: 1.76:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#88ccee on black: 11.92:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red53.3%
Green80.0%
Blue93.3%
CMYK percentages
Cyan42.9%
Magenta14.3%
Yellow0.0%
Key (black)6.7%
Color previews
#88ccee text on a black background
contrast 11.92:1
Card sample
#88ccee text on a white background
contrast 1.76:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #88ccee;
Background color
Panel with #88ccee background
background-color: #88ccee;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #88ccee;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(136, 204, 238, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(136, 204, 238, 0.45);
Border & gradient
Gradient panel
border: 3px solid #88ccee; background: linear-gradient(135deg, #88ccee, #8888EE);