#88c3db
a light, vivid cyan · cool · closest name: skyblue
RGB
136, 195, 219
HSL
197°, 54%, 70%
CMYK
38, 11, 0, 14
Luminance
0.4938
Every format
| HEX | #88c3db |
| RGB | rgb(136, 195, 219) |
| HSL | hsl(197, 54%, 70%) |
| CMYK | cmyk(38%, 11%, 0%, 14%) |
| LAB | lab(75.7 -13.0 -18.0) |
| LCH | lch(75.7 22.2 234.2) |
| OKLCH | oklch(0.785 0.070 225.3) |
Copy-ready code
/* CSS */
color: #88c3db;
background-color: #88c3db;
/* Tailwind (arbitrary) */
class="text-[#88c3db] bg-[#88c3db]"
/* SCSS */
$brand: #88c3db;
/* SwiftUI */
Color(red: 0.533, green: 0.765, blue: 0.859)
/* Android */
Color.parseColor("#88c3db")Accessibility — WCAG contrast
Aa
#88c3db on white: 1.93:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#88c3db on black: 10.88:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red53.3%
Green76.5%
Blue85.9%
CMYK percentages
Cyan37.9%
Magenta11.0%
Yellow0.0%
Key (black)14.1%
Color previews
#88c3db text on a black background
contrast 10.88:1
Card sample
#88c3db text on a white background
contrast 1.93:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #88c3db;
Background color
Panel with #88c3db background
background-color: #88c3db;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #88c3db;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(136, 195, 219, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(136, 195, 219, 0.45);
Border & gradient
Gradient panel
border: 3px solid #88c3db; background: linear-gradient(135deg, #88c3db, #888CDB);