#a064f3
a light, electric violet · warm · closest name: slateblue
RGB
160, 100, 243
HSL
265°, 86%, 67%
CMYK
34, 59, 0, 5
Luminance
0.2306
Every format
| HEX | #a064f3 |
| RGB | rgb(160, 100, 243) |
| HSL | hsl(265, 86%, 67%) |
| CMYK | cmyk(34%, 59%, 0%, 5%) |
| LAB | lab(55.1 52.5 -63.2) |
| LCH | lch(55.1 82.2 309.7) |
| OKLCH | oklch(0.636 0.207 299.9) |
Copy-ready code
/* CSS */
color: #a064f3;
background-color: #a064f3;
/* Tailwind (arbitrary) */
class="text-[#a064f3] bg-[#a064f3]"
/* SCSS */
$brand: #a064f3;
/* SwiftUI */
Color(red: 0.627, green: 0.392, blue: 0.953)
/* Android */
Color.parseColor("#a064f3")Accessibility — WCAG contrast
Aa
#a064f3 on white: 3.74:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#a064f3 on black: 5.61:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red62.7%
Green39.2%
Blue95.3%
CMYK percentages
Cyan34.2%
Magenta58.8%
Yellow0.0%
Key (black)4.7%
Color previews
#a064f3 text on a black background
contrast 5.61:1
Card sample
#a064f3 text on a white background
contrast 3.74:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #a064f3;
Background color
Panel with #a064f3 background
background-color: #a064f3;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #a064f3;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(160, 100, 243, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(160, 100, 243, 0.45);
Border & gradient
Gradient panel
border: 3px solid #a064f3; background: linear-gradient(135deg, #a064f3, #F364E7);