#a9dae9
a light, vivid cyan · cool · closest name: skyblue
RGB
169, 218, 233
HSL
194°, 59%, 79%
CMYK
28, 6, 0, 9
Luminance
0.6446
Every format
| HEX | #a9dae9 |
| RGB | rgb(169, 218, 233) |
| HSL | hsl(194, 59%, 79%) |
| CMYK | cmyk(28%, 6%, 0%, 9%) |
| LAB | lab(84.2 -12.4 -12.5) |
| LCH | lch(84.2 17.6 225.2) |
| OKLCH | oklch(0.859 0.055 218.5) |
Copy-ready code
/* CSS */
color: #a9dae9;
background-color: #a9dae9;
/* Tailwind (arbitrary) */
class="text-[#a9dae9] bg-[#a9dae9]"
/* SCSS */
$brand: #a9dae9;
/* SwiftUI */
Color(red: 0.663, green: 0.855, blue: 0.914)
/* Android */
Color.parseColor("#a9dae9")Accessibility — WCAG contrast
Aa
#a9dae9 on white: 1.51:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#a9dae9 on black: 13.89:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red66.3%
Green85.5%
Blue91.4%
CMYK percentages
Cyan27.5%
Magenta6.4%
Yellow0.0%
Key (black)8.6%
Color previews
#a9dae9 text on a black background
contrast 13.89:1
Card sample
#a9dae9 text on a white background
contrast 1.51:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #a9dae9;
Background color
Panel with #a9dae9 background
background-color: #a9dae9;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #a9dae9;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(169, 218, 233, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(169, 218, 233, 0.45);
Border & gradient
Gradient panel
border: 3px solid #a9dae9; background: linear-gradient(135deg, #a9dae9, #A9AFE9);