#a034ba
a balanced, vivid violet · warm · closest name: purple
RGB
160, 52, 186
HSL
288°, 56%, 47%
CMYK
14, 72, 0, 27
Luminance
0.1347
Every format
| HEX | #a034ba |
| RGB | rgb(160, 52, 186) |
| HSL | hsl(288, 56%, 47%) |
| CMYK | cmyk(14%, 72%, 0%, 27%) |
| LAB | lab(43.5 62.2 -49.4) |
| LCH | lch(43.5 79.5 321.6) |
| OKLCH | oklch(0.540 0.211 319.1) |
Copy-ready code
/* CSS */
color: #a034ba;
background-color: #a034ba;
/* Tailwind (arbitrary) */
class="text-[#a034ba] bg-[#a034ba]"
/* SCSS */
$brand: #a034ba;
/* SwiftUI */
Color(red: 0.627, green: 0.204, blue: 0.729)
/* Android */
Color.parseColor("#a034ba")Accessibility — WCAG contrast
Aa
#a034ba on white: 5.68:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#a034ba on black: 3.69:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red62.7%
Green20.4%
Blue72.9%
CMYK percentages
Cyan14.0%
Magenta72.0%
Yellow0.0%
Key (black)27.1%
Color previews
#a034ba text on a black background
contrast 3.69:1
Card sample
#a034ba text on a white background
contrast 5.68:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #a034ba;
Background color
Panel with #a034ba background
background-color: #a034ba;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #a034ba;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(160, 52, 186, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(160, 52, 186, 0.45);
Border & gradient
Gradient panel
border: 3px solid #a034ba; background: linear-gradient(135deg, #a034ba, #BA347B);