#a331ff
a balanced, electric violet · warm · closest name: magenta
RGB
163, 49, 255
HSL
273°, 100%, 60%
CMYK
36, 81, 0, 0
Luminance
0.1720
Every format
| HEX | #a331ff |
| RGB | rgb(163, 49, 255) |
| HSL | hsl(273, 100%, 60%) |
| CMYK | cmyk(36%, 81%, 0%, 0%) |
| LAB | lab(48.5 77.7 -80.6) |
| LCH | lch(48.5 112.0 314.0) |
| OKLCH | oklch(0.592 0.276 303.5) |
Copy-ready code
/* CSS */
color: #a331ff;
background-color: #a331ff;
/* Tailwind (arbitrary) */
class="text-[#a331ff] bg-[#a331ff]"
/* SCSS */
$brand: #a331ff;
/* SwiftUI */
Color(red: 0.639, green: 0.192, blue: 1.000)
/* Android */
Color.parseColor("#a331ff")Accessibility — WCAG contrast
Aa
#a331ff on white: 4.73:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#a331ff on black: 4.44:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red63.9%
Green19.2%
Blue100.0%
CMYK percentages
Cyan36.1%
Magenta80.8%
Yellow0.0%
Key (black)0.0%
Color previews
#a331ff text on a black background
contrast 4.44:1
Card sample
#a331ff text on a white background
contrast 4.73:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #a331ff;
Background color
Panel with #a331ff background
background-color: #a331ff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #a331ff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(163, 49, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(163, 49, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #a331ff; background: linear-gradient(135deg, #a331ff, #FF31D2);