#a321eb
a balanced, electric violet · warm · closest name: magenta
RGB
163, 33, 235
HSL
279°, 84%, 53%
CMYK
31, 86, 0, 8
Luminance
0.1487
Every format
| HEX | #a321eb |
| RGB | rgb(163, 33, 235) |
| HSL | hsl(279, 84%, 53%) |
| CMYK | cmyk(31%, 86%, 0%, 8%) |
| LAB | lab(45.5 77.9 -74.4) |
| LCH | lch(45.5 107.7 316.3) |
| OKLCH | oklch(0.566 0.270 308.4) |
Copy-ready code
/* CSS */
color: #a321eb;
background-color: #a321eb;
/* Tailwind (arbitrary) */
class="text-[#a321eb] bg-[#a321eb]"
/* SCSS */
$brand: #a321eb;
/* SwiftUI */
Color(red: 0.639, green: 0.129, blue: 0.922)
/* Android */
Color.parseColor("#a321eb")Accessibility — WCAG contrast
Aa
#a321eb on white: 5.28:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#a321eb on black: 3.97:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red63.9%
Green12.9%
Blue92.2%
CMYK percentages
Cyan30.6%
Magenta86.0%
Yellow0.0%
Key (black)7.8%
Color previews
#a321eb text on a black background
contrast 3.97:1
Card sample
#a321eb text on a white background
contrast 5.28:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #a321eb;
Background color
Panel with #a321eb background
background-color: #a321eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #a321eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(163, 33, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(163, 33, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #a321eb; background: linear-gradient(135deg, #a321eb, #EB21AC);