#a21cd3
a balanced, electric violet · warm · closest name: magenta
RGB
162, 28, 211
HSL
284°, 77%, 47%
CMYK
23, 87, 0, 17
Luminance
0.1322
Every format
| HEX | #a21cd3 |
| RGB | rgb(162, 28, 211) |
| HSL | hsl(284, 77%, 47%) |
| CMYK | cmyk(23%, 87%, 0%, 17%) |
| LAB | lab(43.1 74.3 -64.5) |
| LCH | lch(43.1 98.4 319.0) |
| OKLCH | oklch(0.543 0.254 313.9) |
Copy-ready code
/* CSS */
color: #a21cd3;
background-color: #a21cd3;
/* Tailwind (arbitrary) */
class="text-[#a21cd3] bg-[#a21cd3]"
/* SCSS */
$brand: #a21cd3;
/* SwiftUI */
Color(red: 0.635, green: 0.110, blue: 0.827)
/* Android */
Color.parseColor("#a21cd3")Accessibility — WCAG contrast
Aa
#a21cd3 on white: 5.76:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#a21cd3 on black: 3.64:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red63.5%
Green11.0%
Blue82.7%
CMYK percentages
Cyan23.2%
Magenta86.7%
Yellow0.0%
Key (black)17.3%
Color previews
#a21cd3 text on a black background
contrast 3.64:1
Card sample
#a21cd3 text on a white background
contrast 5.76:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #a21cd3;
Background color
Panel with #a21cd3 background
background-color: #a21cd3;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #a21cd3;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(162, 28, 211, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(162, 28, 211, 0.45);
Border & gradient
Gradient panel
border: 3px solid #a21cd3; background: linear-gradient(135deg, #a21cd3, #D31C8A);