#a047ff
a balanced, electric violet · warm · closest name: magenta
RGB
160, 71, 255
HSL
269°, 100%, 64%
CMYK
37, 72, 0, 0
Luminance
0.1920
Every format
| HEX | #a047ff |
| RGB | rgb(160, 71, 255) |
| HSL | hsl(269, 100%, 64%) |
| CMYK | cmyk(37%, 72%, 0%, 0%) |
| LAB | lab(50.9 69.2 -76.7) |
| LCH | lch(50.9 103.3 312.1) |
| OKLCH | oklch(0.608 0.255 301.0) |
Copy-ready code
/* CSS */
color: #a047ff;
background-color: #a047ff;
/* Tailwind (arbitrary) */
class="text-[#a047ff] bg-[#a047ff]"
/* SCSS */
$brand: #a047ff;
/* SwiftUI */
Color(red: 0.627, green: 0.278, blue: 1.000)
/* Android */
Color.parseColor("#a047ff")Accessibility — WCAG contrast
Aa
#a047ff on white: 4.34:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#a047ff on black: 4.84:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red62.7%
Green27.8%
Blue100.0%
CMYK percentages
Cyan37.3%
Magenta72.2%
Yellow0.0%
Key (black)0.0%
Color previews
#a047ff text on a black background
contrast 4.84:1
Card sample
#a047ff text on a white background
contrast 4.34:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #a047ff;
Background color
Panel with #a047ff background
background-color: #a047ff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #a047ff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(160, 71, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(160, 71, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #a047ff; background: linear-gradient(135deg, #a047ff, #FF47E3);