#a034f2
a balanced, electric violet · warm · closest name: magenta
RGB
160, 52, 242
HSL
274°, 88%, 58%
CMYK
34, 79, 0, 5
Luminance
0.1634
Every format
| HEX | #a034f2 |
| RGB | rgb(160, 52, 242) |
| HSL | hsl(274, 88%, 58%) |
| CMYK | cmyk(34%, 79%, 0%, 5%) |
| LAB | lab(47.4 73.6 -75.2) |
| LCH | lch(47.4 105.2 314.4) |
| OKLCH | oklch(0.580 0.261 305.0) |
Copy-ready code
/* CSS */
color: #a034f2;
background-color: #a034f2;
/* Tailwind (arbitrary) */
class="text-[#a034f2] bg-[#a034f2]"
/* SCSS */
$brand: #a034f2;
/* SwiftUI */
Color(red: 0.627, green: 0.204, blue: 0.949)
/* Android */
Color.parseColor("#a034f2")Accessibility — WCAG contrast
Aa
#a034f2 on white: 4.92:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#a034f2 on black: 4.27:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red62.7%
Green20.4%
Blue94.9%
CMYK percentages
Cyan33.9%
Magenta78.5%
Yellow0.0%
Key (black)5.1%
Color previews
#a034f2 text on a black background
contrast 4.27:1
Card sample
#a034f2 text on a white background
contrast 4.92:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #a034f2;
Background color
Panel with #a034f2 background
background-color: #a034f2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #a034f2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(160, 52, 242, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(160, 52, 242, 0.45);
Border & gradient
Gradient panel
border: 3px solid #a034f2; background: linear-gradient(135deg, #a034f2, #F234C5);