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