#a9dae4
a light, vivid cyan · cool · closest name: skyblue
RGB
169, 218, 228
HSL
190°, 52%, 78%
CMYK
26, 4, 0, 11
Luminance
0.6418
Every format
| HEX | #a9dae4 |
| RGB | rgb(169, 218, 228) |
| HSL | hsl(190, 52%, 78%) |
| CMYK | cmyk(26%, 4%, 0%, 11%) |
| LAB | lab(84.1 -13.5 -10.1) |
| LCH | lch(84.1 16.9 216.7) |
| OKLCH | oklch(0.857 0.052 211.5) |
Copy-ready code
/* CSS */
color: #a9dae4;
background-color: #a9dae4;
/* Tailwind (arbitrary) */
class="text-[#a9dae4] bg-[#a9dae4]"
/* SCSS */
$brand: #a9dae4;
/* SwiftUI */
Color(red: 0.663, green: 0.855, blue: 0.894)
/* Android */
Color.parseColor("#a9dae4")Accessibility — WCAG contrast
Aa
#a9dae4 on white: 1.52:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#a9dae4 on black: 13.84:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red66.3%
Green85.5%
Blue89.4%
CMYK percentages
Cyan25.9%
Magenta4.4%
Yellow0.0%
Key (black)10.6%
Color previews
#a9dae4 text on a black background
contrast 13.84:1
Card sample
#a9dae4 text on a white background
contrast 1.52:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #a9dae4;
Background color
Panel with #a9dae4 background
background-color: #a9dae4;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #a9dae4;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(169, 218, 228, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(169, 218, 228, 0.45);
Border & gradient
Gradient panel
border: 3px solid #a9dae4; background: linear-gradient(135deg, #a9dae4, #A9B2E4);