#88cddf
a light, vivid cyan · cool · closest name: skyblue
RGB
136, 205, 223
HSL
192°, 58%, 70%
CMYK
39, 8, 0, 13
Luminance
0.5422
Every format
| HEX | #88cddf |
| RGB | rgb(136, 205, 223) |
| HSL | hsl(192, 58%, 70%) |
| CMYK | cmyk(39%, 8%, 0%, 13%) |
| LAB | lab(78.6 -17.2 -15.8) |
| LCH | lch(78.6 23.3 222.6) |
| OKLCH | oklch(0.809 0.074 216.0) |
Copy-ready code
/* CSS */
color: #88cddf;
background-color: #88cddf;
/* Tailwind (arbitrary) */
class="text-[#88cddf] bg-[#88cddf]"
/* SCSS */
$brand: #88cddf;
/* SwiftUI */
Color(red: 0.533, green: 0.804, blue: 0.875)
/* Android */
Color.parseColor("#88cddf")Accessibility — WCAG contrast
Aa
#88cddf on white: 1.77:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#88cddf on black: 11.84:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red53.3%
Green80.4%
Blue87.5%
CMYK percentages
Cyan39.0%
Magenta8.1%
Yellow0.0%
Key (black)12.5%
Color previews
#88cddf text on a black background
contrast 11.84:1
Card sample
#88cddf text on a white background
contrast 1.77:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #88cddf;
Background color
Panel with #88cddf background
background-color: #88cddf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #88cddf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(136, 205, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(136, 205, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #88cddf; background: linear-gradient(135deg, #88cddf, #8893DF);