#a9b6f9
a light, electric blue · warm · closest name: plum
RGB
169, 182, 249
HSL
230°, 87%, 82%
CMYK
32, 27, 0, 2
Luminance
0.4873
Every format
| HEX | #a9b6f9 |
| RGB | rgb(169, 182, 249) |
| HSL | hsl(230, 87%, 82%) |
| CMYK | cmyk(32%, 27%, 0%, 2%) |
| LAB | lab(75.3 10.7 -34.6) |
| LCH | lch(75.3 36.2 287.1) |
| OKLCH | oklch(0.791 0.097 275.5) |
Copy-ready code
/* CSS */
color: #a9b6f9;
background-color: #a9b6f9;
/* Tailwind (arbitrary) */
class="text-[#a9b6f9] bg-[#a9b6f9]"
/* SCSS */
$brand: #a9b6f9;
/* SwiftUI */
Color(red: 0.663, green: 0.714, blue: 0.976)
/* Android */
Color.parseColor("#a9b6f9")Accessibility — WCAG contrast
Aa
#a9b6f9 on white: 1.95:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#a9b6f9 on black: 10.75:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red66.3%
Green71.4%
Blue97.6%
CMYK percentages
Cyan32.1%
Magenta26.9%
Yellow0.0%
Key (black)2.4%
Color previews
#a9b6f9 text on a black background
contrast 10.75:1
Card sample
#a9b6f9 text on a white background
contrast 1.95:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #a9b6f9;
Background color
Panel with #a9b6f9 background
background-color: #a9b6f9;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #a9b6f9;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(169, 182, 249, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(169, 182, 249, 0.45);
Border & gradient
Gradient panel
border: 3px solid #a9b6f9; background: linear-gradient(135deg, #a9b6f9, #D1A9F9);