#a9dae7
a light, vivid cyan · cool · closest name: skyblue
RGB
169, 218, 231
HSL
193°, 56%, 78%
CMYK
27, 6, 0, 9
Luminance
0.6435
Every format
| HEX | #a9dae7 |
| RGB | rgb(169, 218, 231) |
| HSL | hsl(193, 56%, 78%) |
| CMYK | cmyk(27%, 6%, 0%, 9%) |
| LAB | lab(84.2 -12.9 -11.5) |
| LCH | lch(84.2 17.3 221.9) |
| OKLCH | oklch(0.858 0.054 215.8) |
Copy-ready code
/* CSS */
color: #a9dae7;
background-color: #a9dae7;
/* Tailwind (arbitrary) */
class="text-[#a9dae7] bg-[#a9dae7]"
/* SCSS */
$brand: #a9dae7;
/* SwiftUI */
Color(red: 0.663, green: 0.855, blue: 0.906)
/* Android */
Color.parseColor("#a9dae7")Accessibility — WCAG contrast
Aa
#a9dae7 on white: 1.51:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#a9dae7 on black: 13.87:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red66.3%
Green85.5%
Blue90.6%
CMYK percentages
Cyan26.8%
Magenta5.6%
Yellow0.0%
Key (black)9.4%
Color previews
#a9dae7 text on a black background
contrast 13.87:1
Card sample
#a9dae7 text on a white background
contrast 1.51:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #a9dae7;
Background color
Panel with #a9dae7 background
background-color: #a9dae7;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #a9dae7;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(169, 218, 231, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(169, 218, 231, 0.45);
Border & gradient
Gradient panel
border: 3px solid #a9dae7; background: linear-gradient(135deg, #a9dae7, #A9B1E7);