#a9bdf3
a light, electric blue · cool · closest name: skyblue
RGB
169, 189, 243
HSL
224°, 76%, 81%
CMYK
31, 22, 0, 5
Luminance
0.5130
Every format
| HEX | #a9bdf3 |
| RGB | rgb(169, 189, 243) |
| HSL | hsl(224, 76%, 81%) |
| CMYK | cmyk(31%, 22%, 0%, 5%) |
| LAB | lab(76.9 5.3 -29.0) |
| LCH | lch(76.9 29.5 280.4) |
| OKLCH | oklch(0.802 0.080 268.8) |
Copy-ready code
/* CSS */
color: #a9bdf3;
background-color: #a9bdf3;
/* Tailwind (arbitrary) */
class="text-[#a9bdf3] bg-[#a9bdf3]"
/* SCSS */
$brand: #a9bdf3;
/* SwiftUI */
Color(red: 0.663, green: 0.741, blue: 0.953)
/* Android */
Color.parseColor("#a9bdf3")Accessibility — WCAG contrast
Aa
#a9bdf3 on white: 1.86:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#a9bdf3 on black: 11.26:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red66.3%
Green74.1%
Blue95.3%
CMYK percentages
Cyan30.5%
Magenta22.2%
Yellow0.0%
Key (black)4.7%
Color previews
#a9bdf3 text on a black background
contrast 11.26:1
Card sample
#a9bdf3 text on a white background
contrast 1.86:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #a9bdf3;
Background color
Panel with #a9bdf3 background
background-color: #a9bdf3;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #a9bdf3;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(169, 189, 243, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(169, 189, 243, 0.45);
Border & gradient
Gradient panel
border: 3px solid #a9bdf3; background: linear-gradient(135deg, #a9bdf3, #C6A9F3);