#a17ade
a light, vivid violet · warm · closest name: slateblue
RGB
161, 122, 222
HSL
263°, 60%, 68%
CMYK
28, 45, 0, 13
Luminance
0.2677
Every format
| HEX | #a17ade |
| RGB | rgb(161, 122, 222) |
| HSL | hsl(263, 60%, 68%) |
| CMYK | cmyk(28%, 45%, 0%, 13%) |
| LAB | lab(58.8 35.6 -45.7) |
| LCH | lch(58.8 57.9 307.9) |
| OKLCH | oklch(0.659 0.148 300.4) |
Copy-ready code
/* CSS */
color: #a17ade;
background-color: #a17ade;
/* Tailwind (arbitrary) */
class="text-[#a17ade] bg-[#a17ade]"
/* SCSS */
$brand: #a17ade;
/* SwiftUI */
Color(red: 0.631, green: 0.478, blue: 0.871)
/* Android */
Color.parseColor("#a17ade")Accessibility — WCAG contrast
Aa
#a17ade on white: 3.30:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#a17ade on black: 6.35:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red63.1%
Green47.8%
Blue87.1%
CMYK percentages
Cyan27.5%
Magenta45.0%
Yellow0.0%
Key (black)12.9%
Color previews
#a17ade text on a black background
contrast 6.35:1
Card sample
#a17ade text on a white background
contrast 3.30:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #a17ade;
Background color
Panel with #a17ade background
background-color: #a17ade;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #a17ade;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(161, 122, 222, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(161, 122, 222, 0.45);
Border & gradient
Gradient panel
border: 3px solid #a17ade; background: linear-gradient(135deg, #a17ade, #DE7AD8);