#a9acdf
a light, vivid blue · warm · closest name: plum
RGB
169, 172, 223
HSL
237°, 46%, 77%
CMYK
24, 23, 0, 13
Luminance
0.4327
Every format
| HEX | #a9acdf |
| RGB | rgb(169, 172, 223) |
| HSL | hsl(237, 46%, 77%) |
| CMYK | cmyk(24%, 23%, 0%, 13%) |
| LAB | lab(71.7 9.9 -26.0) |
| LCH | lch(71.7 27.8 290.8) |
| OKLCH | oklch(0.760 0.073 281.9) |
Copy-ready code
/* CSS */
color: #a9acdf;
background-color: #a9acdf;
/* Tailwind (arbitrary) */
class="text-[#a9acdf] bg-[#a9acdf]"
/* SCSS */
$brand: #a9acdf;
/* SwiftUI */
Color(red: 0.663, green: 0.675, blue: 0.875)
/* Android */
Color.parseColor("#a9acdf")Accessibility — WCAG contrast
Aa
#a9acdf on white: 2.18:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#a9acdf on black: 9.65:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red66.3%
Green67.5%
Blue87.5%
CMYK percentages
Cyan24.2%
Magenta22.9%
Yellow0.0%
Key (black)12.5%
Color previews
#a9acdf text on a black background
contrast 9.65:1
Card sample
#a9acdf text on a white background
contrast 2.18:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #a9acdf;
Background color
Panel with #a9acdf background
background-color: #a9acdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #a9acdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(169, 172, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(169, 172, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #a9acdf; background: linear-gradient(135deg, #a9acdf, #CAA9DF);