#a9dae1
a light, vivid cyan · cool · closest name: skyblue
RGB
169, 218, 225
HSL
188°, 48%, 77%
CMYK
25, 3, 0, 12
Luminance
0.6401
Every format
| HEX | #a9dae1 |
| RGB | rgb(169, 218, 225) |
| HSL | hsl(188, 48%, 77%) |
| CMYK | cmyk(25%, 3%, 0%, 12%) |
| LAB | lab(84.0 -14.2 -8.6) |
| LCH | lch(84.0 16.6 211.2) |
| OKLCH | oklch(0.856 0.052 207.1) |
Copy-ready code
/* CSS */
color: #a9dae1;
background-color: #a9dae1;
/* Tailwind (arbitrary) */
class="text-[#a9dae1] bg-[#a9dae1]"
/* SCSS */
$brand: #a9dae1;
/* SwiftUI */
Color(red: 0.663, green: 0.855, blue: 0.882)
/* Android */
Color.parseColor("#a9dae1")Accessibility — WCAG contrast
Aa
#a9dae1 on white: 1.52:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#a9dae1 on black: 13.80:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red66.3%
Green85.5%
Blue88.2%
CMYK percentages
Cyan24.9%
Magenta3.1%
Yellow0.0%
Key (black)11.8%
Color previews
#a9dae1 text on a black background
contrast 13.80:1
Card sample
#a9dae1 text on a white background
contrast 1.52:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #a9dae1;
Background color
Panel with #a9dae1 background
background-color: #a9dae1;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #a9dae1;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(169, 218, 225, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(169, 218, 225, 0.45);
Border & gradient
Gradient panel
border: 3px solid #a9dae1; background: linear-gradient(135deg, #a9dae1, #A9B5E1);