#a034ef
a balanced, electric violet · warm · closest name: magenta
RGB
160, 52, 239
HSL
275°, 85%, 57%
CMYK
33, 78, 0, 6
Luminance
0.1616
Every format
| HEX | #a034ef |
| RGB | rgb(160, 52, 239) |
| HSL | hsl(275, 85%, 57%) |
| CMYK | cmyk(33%, 78%, 0%, 6%) |
| LAB | lab(47.2 72.9 -73.8) |
| LCH | lch(47.2 103.8 314.6) |
| OKLCH | oklch(0.578 0.259 305.6) |
Copy-ready code
/* CSS */
color: #a034ef;
background-color: #a034ef;
/* Tailwind (arbitrary) */
class="text-[#a034ef] bg-[#a034ef]"
/* SCSS */
$brand: #a034ef;
/* SwiftUI */
Color(red: 0.627, green: 0.204, blue: 0.937)
/* Android */
Color.parseColor("#a034ef")Accessibility — WCAG contrast
Aa
#a034ef on white: 4.96:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#a034ef on black: 4.23:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red62.7%
Green20.4%
Blue93.7%
CMYK percentages
Cyan33.1%
Magenta78.2%
Yellow0.0%
Key (black)6.3%
Color previews
#a034ef text on a black background
contrast 4.23:1
Card sample
#a034ef text on a white background
contrast 4.96:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #a034ef;
Background color
Panel with #a034ef background
background-color: #a034ef;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #a034ef;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(160, 52, 239, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(160, 52, 239, 0.45);
Border & gradient
Gradient panel
border: 3px solid #a034ef; background: linear-gradient(135deg, #a034ef, #EF34C1);