#a381f2
a light, electric violet · warm · closest name: slateblue
RGB
163, 129, 242
HSL
258°, 81%, 73%
CMYK
33, 47, 0, 5
Luminance
0.2990
Every format
| HEX | #a381f2 |
| RGB | rgb(163, 129, 242) |
| HSL | hsl(258, 81%, 73%) |
| CMYK | cmyk(33%, 47%, 0%, 5%) |
| LAB | lab(61.6 37.1 -52.4) |
| LCH | lch(61.6 64.2 305.4) |
| OKLCH | oklch(0.684 0.164 295.6) |
Copy-ready code
/* CSS */
color: #a381f2;
background-color: #a381f2;
/* Tailwind (arbitrary) */
class="text-[#a381f2] bg-[#a381f2]"
/* SCSS */
$brand: #a381f2;
/* SwiftUI */
Color(red: 0.639, green: 0.506, blue: 0.949)
/* Android */
Color.parseColor("#a381f2")Accessibility — WCAG contrast
Aa
#a381f2 on white: 3.01:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#a381f2 on black: 6.98:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red63.9%
Green50.6%
Blue94.9%
CMYK percentages
Cyan32.6%
Magenta46.7%
Yellow0.0%
Key (black)5.1%
Color previews
#a381f2 text on a black background
contrast 6.98:1
Card sample
#a381f2 text on a white background
contrast 3.01:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #a381f2;
Background color
Panel with #a381f2 background
background-color: #a381f2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #a381f2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(163, 129, 242, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(163, 129, 242, 0.45);
Border & gradient
Gradient panel
border: 3px solid #a381f2; background: linear-gradient(135deg, #a381f2, #EE81F2);