#a32ef1
a balanced, electric violet · warm · closest name: magenta
RGB
163, 46, 241
HSL
276°, 87%, 56%
CMYK
32, 81, 0, 6
Luminance
0.1609
Every format
| HEX | #a32ef1 |
| RGB | rgb(163, 46, 241) |
| HSL | hsl(276, 87%, 56%) |
| CMYK | cmyk(32%, 81%, 0%, 6%) |
| LAB | lab(47.1 75.7 -75.1) |
| LCH | lch(47.1 106.6 315.2) |
| OKLCH | oklch(0.579 0.266 306.5) |
Copy-ready code
/* CSS */
color: #a32ef1;
background-color: #a32ef1;
/* Tailwind (arbitrary) */
class="text-[#a32ef1] bg-[#a32ef1]"
/* SCSS */
$brand: #a32ef1;
/* SwiftUI */
Color(red: 0.639, green: 0.180, blue: 0.945)
/* Android */
Color.parseColor("#a32ef1")Accessibility — WCAG contrast
Aa
#a32ef1 on white: 4.98:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#a32ef1 on black: 4.22:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red63.9%
Green18.0%
Blue94.5%
CMYK percentages
Cyan32.4%
Magenta80.9%
Yellow0.0%
Key (black)5.5%
Color previews
#a32ef1 text on a black background
contrast 4.22:1
Card sample
#a32ef1 text on a white background
contrast 4.98:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #a32ef1;
Background color
Panel with #a32ef1 background
background-color: #a32ef1;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #a32ef1;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(163, 46, 241, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(163, 46, 241, 0.45);
Border & gradient
Gradient panel
border: 3px solid #a32ef1; background: linear-gradient(135deg, #a32ef1, #F12EBD);