#88eeff
a light, electric cyan · cool · closest name: skyblue
RGB
136, 238, 255
HSL
189°, 100%, 77%
CMYK
47, 7, 0, 0
Luminance
0.7360
Every format
| HEX | #88eeff |
| RGB | rgb(136, 238, 255) |
| HSL | hsl(189, 100%, 77%) |
| CMYK | cmyk(47%, 7%, 0%, 0%) |
| LAB | lab(88.7 -25.5 -17.5) |
| LCH | lch(88.7 30.9 214.4) |
| OKLCH | oklch(0.893 0.098 209.4) |
Copy-ready code
/* CSS */
color: #88eeff;
background-color: #88eeff;
/* Tailwind (arbitrary) */
class="text-[#88eeff] bg-[#88eeff]"
/* SCSS */
$brand: #88eeff;
/* SwiftUI */
Color(red: 0.533, green: 0.933, blue: 1.000)
/* Android */
Color.parseColor("#88eeff")Accessibility — WCAG contrast
Aa
#88eeff on white: 1.34:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#88eeff on black: 15.72:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red53.3%
Green93.3%
Blue100.0%
CMYK percentages
Cyan46.7%
Magenta6.7%
Yellow0.0%
Key (black)0.0%
Color previews
#88eeff text on a black background
contrast 15.72:1
Card sample
#88eeff text on a white background
contrast 1.34:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #88eeff;
Background color
Panel with #88eeff background
background-color: #88eeff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #88eeff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(136, 238, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(136, 238, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #88eeff; background: linear-gradient(135deg, #88eeff, #889FFF);