#a034fd
a balanced, electric violet · warm · closest name: magenta
RGB
160, 52, 253
HSL
272°, 98%, 60%
CMYK
37, 79, 0, 1
Luminance
0.1702
Every format
| HEX | #a034fd |
| RGB | rgb(160, 52, 253) |
| HSL | hsl(272, 98%, 60%) |
| CMYK | cmyk(37%, 79%, 0%, 1%) |
| LAB | lab(48.3 75.9 -79.9) |
| LCH | lch(48.3 110.2 313.5) |
| OKLCH | oklch(0.589 0.271 302.8) |
Copy-ready code
/* CSS */
color: #a034fd;
background-color: #a034fd;
/* Tailwind (arbitrary) */
class="text-[#a034fd] bg-[#a034fd]"
/* SCSS */
$brand: #a034fd;
/* SwiftUI */
Color(red: 0.627, green: 0.204, blue: 0.992)
/* Android */
Color.parseColor("#a034fd")Accessibility — WCAG contrast
Aa
#a034fd on white: 4.77:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#a034fd on black: 4.40:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red62.7%
Green20.4%
Blue99.2%
CMYK percentages
Cyan36.8%
Magenta79.4%
Yellow0.0%
Key (black)0.8%
Color previews
#a034fd text on a black background
contrast 4.40:1
Card sample
#a034fd text on a white background
contrast 4.77:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #a034fd;
Background color
Panel with #a034fd background
background-color: #a034fd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #a034fd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(160, 52, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(160, 52, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #a034fd; background: linear-gradient(135deg, #a034fd, #FD34D4);