#a968fd
a light, electric violet · warm · closest name: slateblue
RGB
169, 104, 253
HSL
266°, 97%, 70%
CMYK
33, 59, 0, 1
Luminance
0.2543
Every format
| HEX | #a968fd |
| RGB | rgb(169, 104, 253) |
| HSL | hsl(266, 97%, 70%) |
| CMYK | cmyk(33%, 59%, 0%, 1%) |
| LAB | lab(57.5 54.9 -64.9) |
| LCH | lch(57.5 85.0 310.2) |
| OKLCH | oklch(0.657 0.214 300.7) |
Copy-ready code
/* CSS */
color: #a968fd;
background-color: #a968fd;
/* Tailwind (arbitrary) */
class="text-[#a968fd] bg-[#a968fd]"
/* SCSS */
$brand: #a968fd;
/* SwiftUI */
Color(red: 0.663, green: 0.408, blue: 0.992)
/* Android */
Color.parseColor("#a968fd")Accessibility — WCAG contrast
Aa
#a968fd on white: 3.45:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#a968fd on black: 6.09:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red66.3%
Green40.8%
Blue99.2%
CMYK percentages
Cyan33.2%
Magenta58.9%
Yellow0.0%
Key (black)0.8%
Color previews
#a968fd text on a black background
contrast 6.09:1
Card sample
#a968fd text on a white background
contrast 3.45:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #a968fd;
Background color
Panel with #a968fd background
background-color: #a968fd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #a968fd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(169, 104, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(169, 104, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #a968fd; background: linear-gradient(135deg, #a968fd, #FD68EE);