#a01ef1
a balanced, electric violet · warm · closest name: magenta
RGB
160, 30, 241
HSL
277°, 88%, 53%
CMYK
34, 88, 0, 6
Luminance
0.1475
Every format
| HEX | #a01ef1 |
| RGB | rgb(160, 30, 241) |
| HSL | hsl(277, 88%, 53%) |
| CMYK | cmyk(34%, 88%, 0%, 6%) |
| LAB | lab(45.3 79.4 -78.1) |
| LCH | lch(45.3 111.3 315.5) |
| OKLCH | oklch(0.565 0.276 306.3) |
Copy-ready code
/* CSS */
color: #a01ef1;
background-color: #a01ef1;
/* Tailwind (arbitrary) */
class="text-[#a01ef1] bg-[#a01ef1]"
/* SCSS */
$brand: #a01ef1;
/* SwiftUI */
Color(red: 0.627, green: 0.118, blue: 0.945)
/* Android */
Color.parseColor("#a01ef1")Accessibility — WCAG contrast
Aa
#a01ef1 on white: 5.32:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#a01ef1 on black: 3.95:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red62.7%
Green11.8%
Blue94.5%
CMYK percentages
Cyan33.6%
Magenta87.6%
Yellow0.0%
Key (black)5.5%
Color previews
#a01ef1 text on a black background
contrast 3.95:1
Card sample
#a01ef1 text on a white background
contrast 5.32:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #a01ef1;
Background color
Panel with #a01ef1 background
background-color: #a01ef1;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #a01ef1;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(160, 30, 241, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(160, 30, 241, 0.45);
Border & gradient
Gradient panel
border: 3px solid #a01ef1; background: linear-gradient(135deg, #a01ef1, #F11EB5);