#a484df
a light, vivid violet · warm · closest name: slateblue
RGB
164, 132, 223
HSL
261°, 59%, 70%
CMYK
27, 41, 0, 13
Luminance
0.2972
Every format
| HEX | #a484df |
| RGB | rgb(164, 132, 223) |
| HSL | hsl(261, 59%, 70%) |
| CMYK | cmyk(27%, 41%, 0%, 13%) |
| LAB | lab(61.4 31.0 -42.0) |
| LCH | lch(61.4 52.2 306.4) |
| OKLCH | oklch(0.680 0.134 299.0) |
Copy-ready code
/* CSS */
color: #a484df;
background-color: #a484df;
/* Tailwind (arbitrary) */
class="text-[#a484df] bg-[#a484df]"
/* SCSS */
$brand: #a484df;
/* SwiftUI */
Color(red: 0.643, green: 0.518, blue: 0.875)
/* Android */
Color.parseColor("#a484df")Accessibility — WCAG contrast
Aa
#a484df on white: 3.02:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#a484df on black: 6.94:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red64.3%
Green51.8%
Blue87.5%
CMYK percentages
Cyan26.5%
Magenta40.8%
Yellow0.0%
Key (black)12.5%
Color previews
#a484df text on a black background
contrast 6.94:1
Card sample
#a484df text on a white background
contrast 3.02:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #a484df;
Background color
Panel with #a484df background
background-color: #a484df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #a484df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(164, 132, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(164, 132, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #a484df; background: linear-gradient(135deg, #a484df, #DF84DD);