#ade4df
a light, vivid cyan · cool · closest name: skyblue
RGB
173, 228, 223
HSL
175°, 51%, 79%
CMYK
24, 0, 2, 11
Luminance
0.6970
Every format
| HEX | #ade4df |
| RGB | rgb(173, 228, 223) |
| HSL | hsl(175, 51%, 79%) |
| CMYK | cmyk(24%, 0%, 2%, 11%) |
| LAB | lab(86.8 -18.5 -3.3) |
| LCH | lch(86.8 18.8 190.1) |
| OKLCH | oklch(0.880 0.057 189.2) |
Copy-ready code
/* CSS */
color: #ade4df;
background-color: #ade4df;
/* Tailwind (arbitrary) */
class="text-[#ade4df] bg-[#ade4df]"
/* SCSS */
$brand: #ade4df;
/* SwiftUI */
Color(red: 0.678, green: 0.894, blue: 0.875)
/* Android */
Color.parseColor("#ade4df")Accessibility — WCAG contrast
Aa
#ade4df on white: 1.41:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ade4df on black: 14.94:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.8%
Green89.4%
Blue87.5%
CMYK percentages
Cyan24.1%
Magenta0.0%
Yellow2.2%
Key (black)10.6%
Color previews
#ade4df text on a black background
contrast 14.94:1
Card sample
#ade4df text on a white background
contrast 1.41:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ade4df;
Background color
Panel with #ade4df background
background-color: #ade4df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ade4df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(173, 228, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(173, 228, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ade4df; background: linear-gradient(135deg, #ade4df, #ADC4E4);