#88cff3
a light, electric blue · cool · closest name: skyblue
RGB
136, 207, 243
HSL
200°, 82%, 74%
CMYK
44, 15, 0, 5
Luminance
0.5633
Every format
| HEX | #88cff3 |
| RGB | rgb(136, 207, 243) |
| HSL | hsl(200, 82%, 74%) |
| CMYK | cmyk(44%, 15%, 0%, 5%) |
| LAB | lab(79.8 -13.0 -24.6) |
| LCH | lch(79.8 27.9 242.2) |
| OKLCH | oklch(0.821 0.087 231.3) |
Copy-ready code
/* CSS */
color: #88cff3;
background-color: #88cff3;
/* Tailwind (arbitrary) */
class="text-[#88cff3] bg-[#88cff3]"
/* SCSS */
$brand: #88cff3;
/* SwiftUI */
Color(red: 0.533, green: 0.812, blue: 0.953)
/* Android */
Color.parseColor("#88cff3")Accessibility — WCAG contrast
Aa
#88cff3 on white: 1.71:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#88cff3 on black: 12.27:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red53.3%
Green81.2%
Blue95.3%
CMYK percentages
Cyan44.0%
Magenta14.8%
Yellow0.0%
Key (black)4.7%
Color previews
#88cff3 text on a black background
contrast 12.27:1
Card sample
#88cff3 text on a white background
contrast 1.71:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #88cff3;
Background color
Panel with #88cff3 background
background-color: #88cff3;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #88cff3;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(136, 207, 243, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(136, 207, 243, 0.45);
Border & gradient
Gradient panel
border: 3px solid #88cff3; background: linear-gradient(135deg, #88cff3, #8888F3);