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