#88dbf3
a light, electric cyan · cool · closest name: skyblue
RGB
136, 219, 243
HSL
194°, 82%, 74%
CMYK
44, 10, 0, 5
Luminance
0.6237
Every format
| HEX | #88dbf3 |
| RGB | rgb(136, 219, 243) |
| HSL | hsl(194, 82%, 74%) |
| CMYK | cmyk(44%, 10%, 0%, 5%) |
| LAB | lab(83.1 -19.1 -19.6) |
| LCH | lch(83.1 27.4 225.7) |
| OKLCH | oklch(0.847 0.087 218.3) |
Copy-ready code
/* CSS */
color: #88dbf3;
background-color: #88dbf3;
/* Tailwind (arbitrary) */
class="text-[#88dbf3] bg-[#88dbf3]"
/* SCSS */
$brand: #88dbf3;
/* SwiftUI */
Color(red: 0.533, green: 0.859, blue: 0.953)
/* Android */
Color.parseColor("#88dbf3")Accessibility — WCAG contrast
Aa
#88dbf3 on white: 1.56:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#88dbf3 on black: 13.47:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red53.3%
Green85.9%
Blue95.3%
CMYK percentages
Cyan44.0%
Magenta9.9%
Yellow0.0%
Key (black)4.7%
Color previews
#88dbf3 text on a black background
contrast 13.47:1
Card sample
#88dbf3 text on a white background
contrast 1.56:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #88dbf3;
Background color
Panel with #88dbf3 background
background-color: #88dbf3;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #88dbf3;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(136, 219, 243, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(136, 219, 243, 0.45);
Border & gradient
Gradient panel
border: 3px solid #88dbf3; background: linear-gradient(135deg, #88dbf3, #8894F3);