#a463f2
a light, electric violet · warm · closest name: slateblue
RGB
164, 99, 242
HSL
267°, 85%, 67%
CMYK
32, 59, 0, 5
Luminance
0.2323
Every format
| HEX | #a463f2 |
| RGB | rgb(164, 99, 242) |
| HSL | hsl(267, 85%, 67%) |
| CMYK | cmyk(32%, 59%, 0%, 5%) |
| LAB | lab(55.3 53.7 -62.4) |
| LCH | lch(55.3 82.3 310.7) |
| OKLCH | oklch(0.638 0.208 301.7) |
Copy-ready code
/* CSS */
color: #a463f2;
background-color: #a463f2;
/* Tailwind (arbitrary) */
class="text-[#a463f2] bg-[#a463f2]"
/* SCSS */
$brand: #a463f2;
/* SwiftUI */
Color(red: 0.643, green: 0.388, blue: 0.949)
/* Android */
Color.parseColor("#a463f2")Accessibility — WCAG contrast
Aa
#a463f2 on white: 3.72:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#a463f2 on black: 5.65:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red64.3%
Green38.8%
Blue94.9%
CMYK percentages
Cyan32.2%
Magenta59.1%
Yellow0.0%
Key (black)5.1%
Color previews
#a463f2 text on a black background
contrast 5.65:1
Card sample
#a463f2 text on a white background
contrast 3.72:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #a463f2;
Background color
Panel with #a463f2 background
background-color: #a463f2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #a463f2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(164, 99, 242, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(164, 99, 242, 0.45);
Border & gradient
Gradient panel
border: 3px solid #a463f2; background: linear-gradient(135deg, #a463f2, #F263E1);