#a352fd
a light, electric violet · warm · closest name: slateblue
RGB
163, 82, 253
HSL
268°, 98%, 66%
CMYK
36, 68, 0, 1
Luminance
0.2091
Every format
| HEX | #a352fd |
| RGB | rgb(163, 82, 253) |
| HSL | hsl(268, 98%, 66%) |
| CMYK | cmyk(36%, 68%, 0%, 1%) |
| LAB | lab(52.9 64.5 -72.4) |
| LCH | lch(52.9 97.0 311.7) |
| OKLCH | oklch(0.622 0.241 301.3) |
Copy-ready code
/* CSS */
color: #a352fd;
background-color: #a352fd;
/* Tailwind (arbitrary) */
class="text-[#a352fd] bg-[#a352fd]"
/* SCSS */
$brand: #a352fd;
/* SwiftUI */
Color(red: 0.639, green: 0.322, blue: 0.992)
/* Android */
Color.parseColor("#a352fd")Accessibility — WCAG contrast
Aa
#a352fd on white: 4.05:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#a352fd on black: 5.18:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red63.9%
Green32.2%
Blue99.2%
CMYK percentages
Cyan35.6%
Magenta67.6%
Yellow0.0%
Key (black)0.8%
Color previews
#a352fd text on a black background
contrast 5.18:1
Card sample
#a352fd text on a white background
contrast 4.05:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #a352fd;
Background color
Panel with #a352fd background
background-color: #a352fd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #a352fd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(163, 82, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(163, 82, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #a352fd; background: linear-gradient(135deg, #a352fd, #FD52E5);