#88c1cc
a light, soft cyan · cool · closest name: skyblue
RGB
136, 193, 204
HSL
190°, 40%, 67%
CMYK
33, 5, 0, 20
Luminance
0.4773
Every format
| HEX | #88c1cc |
| RGB | rgb(136, 193, 204) |
| HSL | hsl(190, 40%, 67%) |
| CMYK | cmyk(33%, 5%, 0%, 20%) |
| LAB | lab(74.7 -15.7 -11.4) |
| LCH | lch(74.7 19.4 216.0) |
| OKLCH | oklch(0.775 0.061 210.9) |
Copy-ready code
/* CSS */
color: #88c1cc;
background-color: #88c1cc;
/* Tailwind (arbitrary) */
class="text-[#88c1cc] bg-[#88c1cc]"
/* SCSS */
$brand: #88c1cc;
/* SwiftUI */
Color(red: 0.533, green: 0.757, blue: 0.800)
/* Android */
Color.parseColor("#88c1cc")Accessibility — WCAG contrast
Aa
#88c1cc on white: 1.99:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#88c1cc on black: 10.55:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red53.3%
Green75.7%
Blue80.0%
CMYK percentages
Cyan33.3%
Magenta5.4%
Yellow0.0%
Key (black)20.0%
Color previews
#88c1cc text on a black background
contrast 10.55:1
Card sample
#88c1cc text on a white background
contrast 1.99:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #88c1cc;
Background color
Panel with #88c1cc background
background-color: #88c1cc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #88c1cc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(136, 193, 204, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(136, 193, 204, 0.45);
Border & gradient
Gradient panel
border: 3px solid #88c1cc; background: linear-gradient(135deg, #88c1cc, #8894CC);