#ade8df
a light, vivid cyan · cool · closest name: skyblue
RGB
173, 232, 223
HSL
171°, 56%, 79%
CMYK
25, 0, 4, 9
Luminance
0.7193
Every format
| HEX | #ade8df |
| RGB | rgb(173, 232, 223) |
| HSL | hsl(171, 56%, 79%) |
| CMYK | cmyk(25%, 0%, 4%, 9%) |
| LAB | lab(87.9 -20.5 -1.7) |
| LCH | lch(87.9 20.6 184.7) |
| OKLCH | oklch(0.888 0.061 184.5) |
Copy-ready code
/* CSS */
color: #ade8df;
background-color: #ade8df;
/* Tailwind (arbitrary) */
class="text-[#ade8df] bg-[#ade8df]"
/* SCSS */
$brand: #ade8df;
/* SwiftUI */
Color(red: 0.678, green: 0.910, blue: 0.875)
/* Android */
Color.parseColor("#ade8df")Accessibility — WCAG contrast
Aa
#ade8df on white: 1.36:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ade8df on black: 15.39:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.8%
Green91.0%
Blue87.5%
CMYK percentages
Cyan25.4%
Magenta0.0%
Yellow3.9%
Key (black)9.0%
Color previews
#ade8df text on a black background
contrast 15.39:1
Card sample
#ade8df text on a white background
contrast 1.36:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ade8df;
Background color
Panel with #ade8df background
background-color: #ade8df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ade8df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(173, 232, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(173, 232, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ade8df; background: linear-gradient(135deg, #ade8df, #ADCAE8);