#a9b4df
a light, vivid blue · warm · closest name: skyblue
RGB
169, 180, 223
HSL
228°, 46%, 77%
CMYK
24, 19, 0, 13
Luminance
0.4641
Every format
| HEX | #a9b4df |
| RGB | rgb(169, 180, 223) |
| HSL | hsl(228, 46%, 77%) |
| CMYK | cmyk(24%, 19%, 0%, 13%) |
| LAB | lab(73.8 5.5 -22.8) |
| LCH | lch(73.8 23.5 283.5) |
| OKLCH | oklch(0.776 0.063 273.7) |
Copy-ready code
/* CSS */
color: #a9b4df;
background-color: #a9b4df;
/* Tailwind (arbitrary) */
class="text-[#a9b4df] bg-[#a9b4df]"
/* SCSS */
$brand: #a9b4df;
/* SwiftUI */
Color(red: 0.663, green: 0.706, blue: 0.875)
/* Android */
Color.parseColor("#a9b4df")Accessibility — WCAG contrast
Aa
#a9b4df on white: 2.04:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#a9b4df on black: 10.28:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red66.3%
Green70.6%
Blue87.5%
CMYK percentages
Cyan24.2%
Magenta19.3%
Yellow0.0%
Key (black)12.5%
Color previews
#a9b4df text on a black background
contrast 10.28:1
Card sample
#a9b4df text on a white background
contrast 2.04:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #a9b4df;
Background color
Panel with #a9b4df background
background-color: #a9b4df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #a9b4df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(169, 180, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(169, 180, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #a9b4df; background: linear-gradient(135deg, #a9b4df, #C2A9DF);