#a9c9da
a light, soft blue · cool · closest name: skyblue
RGB
169, 201, 218
HSL
201°, 40%, 76%
CMYK
23, 8, 0, 15
Luminance
0.5527
Every format
| HEX | #a9c9da |
| RGB | rgb(169, 201, 218) |
| HSL | hsl(201, 40%, 76%) |
| CMYK | cmyk(23%, 8%, 0%, 15%) |
| LAB | lab(79.2 -7.0 -12.0) |
| LCH | lch(79.2 13.9 239.8) |
| OKLCH | oklch(0.818 0.042 231.1) |
Copy-ready code
/* CSS */
color: #a9c9da;
background-color: #a9c9da;
/* Tailwind (arbitrary) */
class="text-[#a9c9da] bg-[#a9c9da]"
/* SCSS */
$brand: #a9c9da;
/* SwiftUI */
Color(red: 0.663, green: 0.788, blue: 0.855)
/* Android */
Color.parseColor("#a9c9da")Accessibility — WCAG contrast
Aa
#a9c9da on white: 1.74:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#a9c9da on black: 12.05:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red66.3%
Green78.8%
Blue85.5%
CMYK percentages
Cyan22.5%
Magenta7.8%
Yellow0.0%
Key (black)14.5%
Color previews
#a9c9da text on a black background
contrast 12.05:1
Card sample
#a9c9da text on a white background
contrast 1.74:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #a9c9da;
Background color
Panel with #a9c9da background
background-color: #a9c9da;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #a9c9da;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(169, 201, 218, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(169, 201, 218, 0.45);
Border & gradient
Gradient panel
border: 3px solid #a9c9da; background: linear-gradient(135deg, #a9c9da, #AAA9DA);