#a9afdf
a light, vivid blue · warm · closest name: skyblue
RGB
169, 175, 223
HSL
233°, 46%, 77%
CMYK
24, 22, 0, 13
Luminance
0.4442
Every format
| HEX | #a9afdf |
| RGB | rgb(169, 175, 223) |
| HSL | hsl(233, 46%, 77%) |
| CMYK | cmyk(24%, 22%, 0%, 13%) |
| LAB | lab(72.5 8.2 -24.8) |
| LCH | lch(72.5 26.1 288.3) |
| OKLCH | oklch(0.766 0.069 279.1) |
Copy-ready code
/* CSS */
color: #a9afdf;
background-color: #a9afdf;
/* Tailwind (arbitrary) */
class="text-[#a9afdf] bg-[#a9afdf]"
/* SCSS */
$brand: #a9afdf;
/* SwiftUI */
Color(red: 0.663, green: 0.686, blue: 0.875)
/* Android */
Color.parseColor("#a9afdf")Accessibility — WCAG contrast
Aa
#a9afdf on white: 2.12:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#a9afdf on black: 9.88:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red66.3%
Green68.6%
Blue87.5%
CMYK percentages
Cyan24.2%
Magenta21.5%
Yellow0.0%
Key (black)12.5%
Color previews
#a9afdf text on a black background
contrast 9.88:1
Card sample
#a9afdf text on a white background
contrast 2.12:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #a9afdf;
Background color
Panel with #a9afdf background
background-color: #a9afdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #a9afdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(169, 175, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(169, 175, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #a9afdf; background: linear-gradient(135deg, #a9afdf, #C7A9DF);