#a46fdf
a light, vivid violet · warm · closest name: slateblue
RGB
164, 111, 223
HSL
268°, 64%, 66%
CMYK
27, 50, 0, 13
Luminance
0.2459
Every format
| HEX | #a46fdf |
| RGB | rgb(164, 111, 223) |
| HSL | hsl(268, 64%, 66%) |
| CMYK | cmyk(27%, 50%, 0%, 13%) |
| LAB | lab(56.7 42.8 -49.5) |
| LCH | lch(56.7 65.5 310.8) |
| OKLCH | oklch(0.644 0.168 303.9) |
Copy-ready code
/* CSS */
color: #a46fdf;
background-color: #a46fdf;
/* Tailwind (arbitrary) */
class="text-[#a46fdf] bg-[#a46fdf]"
/* SCSS */
$brand: #a46fdf;
/* SwiftUI */
Color(red: 0.643, green: 0.435, blue: 0.875)
/* Android */
Color.parseColor("#a46fdf")Accessibility — WCAG contrast
Aa
#a46fdf on white: 3.55:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#a46fdf on black: 5.92:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red64.3%
Green43.5%
Blue87.5%
CMYK percentages
Cyan26.5%
Magenta50.2%
Yellow0.0%
Key (black)12.5%
Color previews
#a46fdf text on a black background
contrast 5.92:1
Card sample
#a46fdf text on a white background
contrast 3.55:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #a46fdf;
Background color
Panel with #a46fdf background
background-color: #a46fdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #a46fdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(164, 111, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(164, 111, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #a46fdf; background: linear-gradient(135deg, #a46fdf, #DF6FCF);