#a32cff
a balanced, electric violet · warm · closest name: magenta
RGB
163, 44, 255
HSL
274°, 100%, 59%
CMYK
36, 83, 0, 0
Luminance
0.1681
Every format
| HEX | #a32cff |
| RGB | rgb(163, 44, 255) |
| HSL | hsl(274, 100%, 59%) |
| CMYK | cmyk(36%, 83%, 0%, 0%) |
| LAB | lab(48.0 79.2 -81.4) |
| LCH | lch(48.0 113.6 314.2) |
| OKLCH | oklch(0.589 0.280 303.8) |
Copy-ready code
/* CSS */
color: #a32cff;
background-color: #a32cff;
/* Tailwind (arbitrary) */
class="text-[#a32cff] bg-[#a32cff]"
/* SCSS */
$brand: #a32cff;
/* SwiftUI */
Color(red: 0.639, green: 0.173, blue: 1.000)
/* Android */
Color.parseColor("#a32cff")Accessibility — WCAG contrast
Aa
#a32cff on white: 4.81:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#a32cff on black: 4.36:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red63.9%
Green17.3%
Blue100.0%
CMYK percentages
Cyan36.1%
Magenta82.7%
Yellow0.0%
Key (black)0.0%
Color previews
#a32cff text on a black background
contrast 4.36:1
Card sample
#a32cff text on a white background
contrast 4.81:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #a32cff;
Background color
Panel with #a32cff background
background-color: #a32cff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #a32cff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(163, 44, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(163, 44, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #a32cff; background: linear-gradient(135deg, #a32cff, #FF2CCE);