#a321fd
a balanced, electric violet · warm · closest name: blue
RGB
163, 33, 253
HSL
276°, 98%, 56%
CMYK
36, 87, 0, 1
Luminance
0.1597
Every format
| HEX | #a321fd |
| RGB | rgb(163, 33, 253) |
| HSL | hsl(276, 98%, 56%) |
| CMYK | cmyk(36%, 87%, 0%, 1%) |
| LAB | lab(46.9 81.5 -82.1) |
| LCH | lch(46.9 115.7 314.8) |
| OKLCH | oklch(0.581 0.285 304.6) |
Copy-ready code
/* CSS */
color: #a321fd;
background-color: #a321fd;
/* Tailwind (arbitrary) */
class="text-[#a321fd] bg-[#a321fd]"
/* SCSS */
$brand: #a321fd;
/* SwiftUI */
Color(red: 0.639, green: 0.129, blue: 0.992)
/* Android */
Color.parseColor("#a321fd")Accessibility — WCAG contrast
Aa
#a321fd on white: 5.01:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#a321fd on black: 4.19:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red63.9%
Green12.9%
Blue99.2%
CMYK percentages
Cyan35.6%
Magenta87.0%
Yellow0.0%
Key (black)0.8%
Color previews
#a321fd text on a black background
contrast 4.19:1
Card sample
#a321fd text on a white background
contrast 5.01:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #a321fd;
Background color
Panel with #a321fd background
background-color: #a321fd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #a321fd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(163, 33, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(163, 33, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #a321fd; background: linear-gradient(135deg, #a321fd, #FD21C4);