#ac7afd
a light, electric violet · warm · closest name: slateblue
RGB
172, 122, 253
HSL
263°, 97%, 74%
CMYK
32, 52, 0, 1
Luminance
0.2978
Every format
| HEX | #ac7afd |
| RGB | rgb(172, 122, 253) |
| HSL | hsl(263, 97%, 74%) |
| CMYK | cmyk(32%, 52%, 0%, 1%) |
| LAB | lab(61.5 46.0 -58.5) |
| LCH | lch(61.5 74.5 308.2) |
| OKLCH | oklch(0.687 0.189 299.0) |
Copy-ready code
/* CSS */
color: #ac7afd;
background-color: #ac7afd;
/* Tailwind (arbitrary) */
class="text-[#ac7afd] bg-[#ac7afd]"
/* SCSS */
$brand: #ac7afd;
/* SwiftUI */
Color(red: 0.675, green: 0.478, blue: 0.992)
/* Android */
Color.parseColor("#ac7afd")Accessibility — WCAG contrast
Aa
#ac7afd on white: 3.02:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#ac7afd on black: 6.96:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.5%
Green47.8%
Blue99.2%
CMYK percentages
Cyan32.0%
Magenta51.8%
Yellow0.0%
Key (black)0.8%
Color previews
#ac7afd text on a black background
contrast 6.96:1
Card sample
#ac7afd text on a white background
contrast 3.02:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ac7afd;
Background color
Panel with #ac7afd background
background-color: #ac7afd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ac7afd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(172, 122, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(172, 122, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ac7afd; background: linear-gradient(135deg, #ac7afd, #FD7AF7);