#a347ff
a balanced, electric violet · warm · closest name: magenta
RGB
163, 71, 255
HSL
270°, 100%, 64%
CMYK
36, 72, 0, 0
Luminance
0.1951
Every format
| HEX | #a347ff |
| RGB | rgb(163, 71, 255) |
| HSL | hsl(270, 100%, 64%) |
| CMYK | cmyk(36%, 72%, 0%, 0%) |
| LAB | lab(51.3 69.7 -76.1) |
| LCH | lch(51.3 103.2 312.5) |
| OKLCH | oklch(0.611 0.256 302.0) |
Copy-ready code
/* CSS */
color: #a347ff;
background-color: #a347ff;
/* Tailwind (arbitrary) */
class="text-[#a347ff] bg-[#a347ff]"
/* SCSS */
$brand: #a347ff;
/* SwiftUI */
Color(red: 0.639, green: 0.278, blue: 1.000)
/* Android */
Color.parseColor("#a347ff")Accessibility — WCAG contrast
Aa
#a347ff on white: 4.28:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#a347ff on black: 4.90:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red63.9%
Green27.8%
Blue100.0%
CMYK percentages
Cyan36.1%
Magenta72.2%
Yellow0.0%
Key (black)0.0%
Color previews
#a347ff text on a black background
contrast 4.90:1
Card sample
#a347ff text on a white background
contrast 4.28:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #a347ff;
Background color
Panel with #a347ff background
background-color: #a347ff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #a347ff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(163, 71, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(163, 71, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #a347ff; background: linear-gradient(135deg, #a347ff, #FF47E0);