#a366fd
a light, electric violet · warm · closest name: slateblue
RGB
163, 102, 253
HSL
264°, 97%, 70%
CMYK
36, 60, 0, 1
Luminance
0.2438
Every format
| HEX | #a366fd |
| RGB | rgb(163, 102, 253) |
| HSL | hsl(264, 97%, 70%) |
| CMYK | cmyk(36%, 60%, 0%, 1%) |
| LAB | lab(56.5 54.6 -66.6) |
| LCH | lch(56.5 86.1 309.4) |
| OKLCH | oklch(0.648 0.216 298.8) |
Copy-ready code
/* CSS */
color: #a366fd;
background-color: #a366fd;
/* Tailwind (arbitrary) */
class="text-[#a366fd] bg-[#a366fd]"
/* SCSS */
$brand: #a366fd;
/* SwiftUI */
Color(red: 0.639, green: 0.400, blue: 0.992)
/* Android */
Color.parseColor("#a366fd")Accessibility — WCAG contrast
Aa
#a366fd on white: 3.57:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#a366fd on black: 5.88:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red63.9%
Green40.0%
Blue99.2%
CMYK percentages
Cyan35.6%
Magenta59.7%
Yellow0.0%
Key (black)0.8%
Color previews
#a366fd text on a black background
contrast 5.88:1
Card sample
#a366fd text on a white background
contrast 3.57:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #a366fd;
Background color
Panel with #a366fd background
background-color: #a366fd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #a366fd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(163, 102, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(163, 102, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #a366fd; background: linear-gradient(135deg, #a366fd, #FD66F2);