#ade1df
a light, vivid cyan · cool · closest name: skyblue
RGB
173, 225, 223
HSL
178°, 46%, 78%
CMYK
23, 0, 1, 12
Luminance
0.6806
Every format
| HEX | #ade1df |
| RGB | rgb(173, 225, 223) |
| HSL | hsl(178, 46%, 78%) |
| CMYK | cmyk(23%, 0%, 1%, 12%) |
| LAB | lab(86.0 -17.0 -4.5) |
| LCH | lch(86.0 17.6 194.8) |
| OKLCH | oklch(0.873 0.053 193.3) |
Copy-ready code
/* CSS */
color: #ade1df;
background-color: #ade1df;
/* Tailwind (arbitrary) */
class="text-[#ade1df] bg-[#ade1df]"
/* SCSS */
$brand: #ade1df;
/* SwiftUI */
Color(red: 0.678, green: 0.882, blue: 0.875)
/* Android */
Color.parseColor("#ade1df")Accessibility — WCAG contrast
Aa
#ade1df on white: 1.44:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ade1df on black: 14.61:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.8%
Green88.2%
Blue87.5%
CMYK percentages
Cyan23.1%
Magenta0.0%
Yellow0.9%
Key (black)11.8%
Color previews
#ade1df text on a black background
contrast 14.61:1
Card sample
#ade1df text on a white background
contrast 1.44:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ade1df;
Background color
Panel with #ade1df background
background-color: #ade1df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ade1df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(173, 225, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(173, 225, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ade1df; background: linear-gradient(135deg, #ade1df, #ADC0E1);