#ac7df1
a light, electric violet · warm · closest name: slateblue
RGB
172, 125, 241
HSL
264°, 81%, 72%
CMYK
29, 48, 0, 6
Luminance
0.2979
Every format
| HEX | #ac7df1 |
| RGB | rgb(172, 125, 241) |
| HSL | hsl(264, 81%, 72%) |
| CMYK | cmyk(29%, 48%, 0%, 6%) |
| LAB | lab(61.5 41.5 -51.9) |
| LCH | lch(61.5 66.4 308.6) |
| OKLCH | oklch(0.685 0.170 300.7) |
Copy-ready code
/* CSS */
color: #ac7df1;
background-color: #ac7df1;
/* Tailwind (arbitrary) */
class="text-[#ac7df1] bg-[#ac7df1]"
/* SCSS */
$brand: #ac7df1;
/* SwiftUI */
Color(red: 0.675, green: 0.490, blue: 0.945)
/* Android */
Color.parseColor("#ac7df1")Accessibility — WCAG contrast
Aa
#ac7df1 on white: 3.02:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#ac7df1 on black: 6.96:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.5%
Green49.0%
Blue94.5%
CMYK percentages
Cyan28.6%
Magenta48.1%
Yellow0.0%
Key (black)5.5%
Color previews
#ac7df1 text on a black background
contrast 6.96:1
Card sample
#ac7df1 text on a white background
contrast 3.02:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ac7df1;
Background color
Panel with #ac7df1 background
background-color: #ac7df1;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ac7df1;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(172, 125, 241, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(172, 125, 241, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ac7df1; background: linear-gradient(135deg, #ac7df1, #F17DE9);