#a476df
a light, vivid violet · warm · closest name: slateblue
RGB
164, 118, 223
HSL
266°, 62%, 67%
CMYK
27, 47, 0, 13
Luminance
0.2618
Every format
| HEX | #a476df |
| RGB | rgb(164, 118, 223) |
| HSL | hsl(266, 62%, 67%) |
| CMYK | cmyk(27%, 47%, 0%, 13%) |
| LAB | lab(58.2 38.9 -47.1) |
| LCH | lch(58.2 61.1 309.5) |
| OKLCH | oklch(0.656 0.157 302.5) |
Copy-ready code
/* CSS */
color: #a476df;
background-color: #a476df;
/* Tailwind (arbitrary) */
class="text-[#a476df] bg-[#a476df]"
/* SCSS */
$brand: #a476df;
/* SwiftUI */
Color(red: 0.643, green: 0.463, blue: 0.875)
/* Android */
Color.parseColor("#a476df")Accessibility — WCAG contrast
Aa
#a476df on white: 3.37:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#a476df on black: 6.24:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red64.3%
Green46.3%
Blue87.5%
CMYK percentages
Cyan26.5%
Magenta47.1%
Yellow0.0%
Key (black)12.5%
Color previews
#a476df text on a black background
contrast 6.24:1
Card sample
#a476df text on a white background
contrast 3.37:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #a476df;
Background color
Panel with #a476df background
background-color: #a476df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #a476df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(164, 118, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(164, 118, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #a476df; background: linear-gradient(135deg, #a476df, #DF76D4);