#a97ade
a light, vivid violet · warm · closest name: slateblue
RGB
169, 122, 222
HSL
268°, 60%, 68%
CMYK
24, 45, 0, 13
Luminance
0.2763
Every format
| HEX | #a97ade |
| RGB | rgb(169, 122, 222) |
| HSL | hsl(268, 60%, 68%) |
| CMYK | cmyk(24%, 45%, 0%, 13%) |
| LAB | lab(59.5 37.8 -44.4) |
| LCH | lch(59.5 58.3 310.4) |
| OKLCH | oklch(0.667 0.150 304.3) |
Copy-ready code
/* CSS */
color: #a97ade;
background-color: #a97ade;
/* Tailwind (arbitrary) */
class="text-[#a97ade] bg-[#a97ade]"
/* SCSS */
$brand: #a97ade;
/* SwiftUI */
Color(red: 0.663, green: 0.478, blue: 0.871)
/* Android */
Color.parseColor("#a97ade")Accessibility — WCAG contrast
Aa
#a97ade on white: 3.22:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#a97ade on black: 6.53:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red66.3%
Green47.8%
Blue87.1%
CMYK percentages
Cyan23.9%
Magenta45.0%
Yellow0.0%
Key (black)12.9%
Color previews
#a97ade text on a black background
contrast 6.53:1
Card sample
#a97ade text on a white background
contrast 3.22:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #a97ade;
Background color
Panel with #a97ade background
background-color: #a97ade;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #a97ade;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(169, 122, 222, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(169, 122, 222, 0.45);
Border & gradient
Gradient panel
border: 3px solid #a97ade; background: linear-gradient(135deg, #a97ade, #DE7AD0);