#ade9f1
a light, vivid cyan · cool · closest name: skyblue
RGB
173, 233, 241
HSL
187°, 71%, 81%
CMYK
28, 3, 0, 6
Luminance
0.7351
Every format
| HEX | #ade9f1 |
| RGB | rgb(173, 233, 241) |
| HSL | hsl(187, 71%, 81%) |
| CMYK | cmyk(28%, 3%, 0%, 6%) |
| LAB | lab(88.7 -17.1 -10.0) |
| LCH | lch(88.7 19.8 210.4) |
| OKLCH | oklch(0.896 0.061 206.4) |
Copy-ready code
/* CSS */
color: #ade9f1;
background-color: #ade9f1;
/* Tailwind (arbitrary) */
class="text-[#ade9f1] bg-[#ade9f1]"
/* SCSS */
$brand: #ade9f1;
/* SwiftUI */
Color(red: 0.678, green: 0.914, blue: 0.945)
/* Android */
Color.parseColor("#ade9f1")Accessibility — WCAG contrast
Aa
#ade9f1 on white: 1.34:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ade9f1 on black: 15.70:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.8%
Green91.4%
Blue94.5%
CMYK percentages
Cyan28.2%
Magenta3.3%
Yellow0.0%
Key (black)5.5%
Color previews
#ade9f1 text on a black background
contrast 15.70:1
Card sample
#ade9f1 text on a white background
contrast 1.34:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ade9f1;
Background color
Panel with #ade9f1 background
background-color: #ade9f1;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ade9f1;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(173, 233, 241, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(173, 233, 241, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ade9f1; background: linear-gradient(135deg, #ade9f1, #ADBCF1);