#ade6df
a light, vivid cyan · cool · closest name: skyblue
RGB
173, 230, 223
HSL
173°, 53%, 79%
CMYK
25, 0, 3, 10
Luminance
0.7081
Every format
| HEX | #ade6df |
| RGB | rgb(173, 230, 223) |
| HSL | hsl(173, 53%, 79%) |
| CMYK | cmyk(25%, 0%, 3%, 10%) |
| LAB | lab(87.4 -19.5 -2.5) |
| LCH | lch(87.4 19.6 187.3) |
| OKLCH | oklch(0.884 0.059 186.8) |
Copy-ready code
/* CSS */
color: #ade6df;
background-color: #ade6df;
/* Tailwind (arbitrary) */
class="text-[#ade6df] bg-[#ade6df]"
/* SCSS */
$brand: #ade6df;
/* SwiftUI */
Color(red: 0.678, green: 0.902, blue: 0.875)
/* Android */
Color.parseColor("#ade6df")Accessibility — WCAG contrast
Aa
#ade6df on white: 1.39:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ade6df on black: 15.16:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.8%
Green90.2%
Blue87.5%
CMYK percentages
Cyan24.8%
Magenta0.0%
Yellow3.0%
Key (black)9.8%
Color previews
#ade6df text on a black background
contrast 15.16:1
Card sample
#ade6df text on a white background
contrast 1.39:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ade6df;
Background color
Panel with #ade6df background
background-color: #ade6df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ade6df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(173, 230, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(173, 230, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ade6df; background: linear-gradient(135deg, #ade6df, #ADC7E6);