#a9afeb
a light, vivid blue · warm · closest name: plum
RGB
169, 175, 235
HSL
235°, 62%, 79%
CMYK
28, 26, 0, 8
Luminance
0.4509
Every format
| HEX | #a9afeb |
| RGB | rgb(169, 175, 235) |
| HSL | hsl(235, 62%, 79%) |
| CMYK | cmyk(28%, 26%, 0%, 8%) |
| LAB | lab(73.0 11.1 -30.7) |
| LCH | lch(73.0 32.6 289.9) |
| OKLCH | oklch(0.771 0.086 279.7) |
Copy-ready code
/* CSS */
color: #a9afeb;
background-color: #a9afeb;
/* Tailwind (arbitrary) */
class="text-[#a9afeb] bg-[#a9afeb]"
/* SCSS */
$brand: #a9afeb;
/* SwiftUI */
Color(red: 0.663, green: 0.686, blue: 0.922)
/* Android */
Color.parseColor("#a9afeb")Accessibility — WCAG contrast
Aa
#a9afeb on white: 2.10:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#a9afeb on black: 10.02:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red66.3%
Green68.6%
Blue92.2%
CMYK percentages
Cyan28.1%
Magenta25.5%
Yellow0.0%
Key (black)7.8%
Color previews
#a9afeb text on a black background
contrast 10.02:1
Card sample
#a9afeb text on a white background
contrast 2.10:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #a9afeb;
Background color
Panel with #a9afeb background
background-color: #a9afeb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #a9afeb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(169, 175, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(169, 175, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #a9afeb; background: linear-gradient(135deg, #a9afeb, #CFA9EB);