#a321cf
a balanced, vivid violet · warm · closest name: magenta
RGB
163, 33, 207
HSL
285°, 73%, 47%
CMYK
21, 84, 0, 19
Luminance
0.1338
Every format
| HEX | #a321cf |
| RGB | rgb(163, 33, 207) |
| HSL | hsl(285, 73%, 47%) |
| CMYK | cmyk(21%, 84%, 0%, 19%) |
| LAB | lab(43.3 72.6 -61.8) |
| LCH | lch(43.3 95.3 319.6) |
| OKLCH | oklch(0.544 0.247 315.0) |
Copy-ready code
/* CSS */
color: #a321cf;
background-color: #a321cf;
/* Tailwind (arbitrary) */
class="text-[#a321cf] bg-[#a321cf]"
/* SCSS */
$brand: #a321cf;
/* SwiftUI */
Color(red: 0.639, green: 0.129, blue: 0.812)
/* Android */
Color.parseColor("#a321cf")Accessibility — WCAG contrast
Aa
#a321cf on white: 5.71:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#a321cf on black: 3.68:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red63.9%
Green12.9%
Blue81.2%
CMYK percentages
Cyan21.3%
Magenta84.1%
Yellow0.0%
Key (black)18.8%
Color previews
#a321cf text on a black background
contrast 3.68:1
Card sample
#a321cf text on a white background
contrast 5.71:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #a321cf;
Background color
Panel with #a321cf background
background-color: #a321cf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #a321cf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(163, 33, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(163, 33, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #a321cf; background: linear-gradient(135deg, #a321cf, #CF2187);