#a32cf2
a balanced, electric violet · warm · closest name: magenta
RGB
163, 44, 242
HSL
276°, 88%, 56%
CMYK
33, 82, 0, 5
Luminance
0.1600
Every format
| HEX | #a32cf2 |
| RGB | rgb(163, 44, 242) |
| HSL | hsl(276, 88%, 56%) |
| CMYK | cmyk(33%, 82%, 0%, 5%) |
| LAB | lab(47.0 76.5 -75.9) |
| LCH | lch(47.0 107.7 315.2) |
| OKLCH | oklch(0.578 0.269 306.4) |
Copy-ready code
/* CSS */
color: #a32cf2;
background-color: #a32cf2;
/* Tailwind (arbitrary) */
class="text-[#a32cf2] bg-[#a32cf2]"
/* SCSS */
$brand: #a32cf2;
/* SwiftUI */
Color(red: 0.639, green: 0.173, blue: 0.949)
/* Android */
Color.parseColor("#a32cf2")Accessibility — WCAG contrast
Aa
#a32cf2 on white: 5.00:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#a32cf2 on black: 4.20:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red63.9%
Green17.3%
Blue94.9%
CMYK percentages
Cyan32.6%
Magenta81.8%
Yellow0.0%
Key (black)5.1%
Color previews
#a32cf2 text on a black background
contrast 4.20:1
Card sample
#a32cf2 text on a white background
contrast 5.00:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #a32cf2;
Background color
Panel with #a32cf2 background
background-color: #a32cf2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #a32cf2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(163, 44, 242, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(163, 44, 242, 0.45);
Border & gradient
Gradient panel
border: 3px solid #a32cf2; background: linear-gradient(135deg, #a32cf2, #F22CBD);