#a9b5df
a light, vivid blue · warm · closest name: skyblue
RGB
169, 181, 223
HSL
227°, 46%, 77%
CMYK
24, 19, 0, 13
Luminance
0.4681
Every format
| HEX | #a9b5df |
| RGB | rgb(169, 181, 223) |
| HSL | hsl(227, 46%, 77%) |
| CMYK | cmyk(24%, 19%, 0%, 13%) |
| LAB | lab(74.1 4.9 -22.4) |
| LCH | lch(74.1 23.0 282.3) |
| OKLCH | oklch(0.778 0.061 272.4) |
Copy-ready code
/* CSS */
color: #a9b5df;
background-color: #a9b5df;
/* Tailwind (arbitrary) */
class="text-[#a9b5df] bg-[#a9b5df]"
/* SCSS */
$brand: #a9b5df;
/* SwiftUI */
Color(red: 0.663, green: 0.710, blue: 0.875)
/* Android */
Color.parseColor("#a9b5df")Accessibility — WCAG contrast
Aa
#a9b5df on white: 2.03:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#a9b5df on black: 10.36:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red66.3%
Green71.0%
Blue87.5%
CMYK percentages
Cyan24.2%
Magenta18.8%
Yellow0.0%
Key (black)12.5%
Color previews
#a9b5df text on a black background
contrast 10.36:1
Card sample
#a9b5df text on a white background
contrast 2.03:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #a9b5df;
Background color
Panel with #a9b5df background
background-color: #a9b5df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #a9b5df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(169, 181, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(169, 181, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #a9b5df; background: linear-gradient(135deg, #a9b5df, #C1A9DF);