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