#ac4df1
a balanced, electric violet · warm · closest name: slateblue
RGB
172, 77, 241
HSL
275°, 85%, 62%
CMYK
29, 68, 0, 6
Luminance
0.2043
Every format
| HEX | #ac4df1 |
| RGB | rgb(172, 77, 241) |
| HSL | hsl(275, 85%, 62%) |
| CMYK | cmyk(29%, 68%, 0%, 6%) |
| LAB | lab(52.3 65.7 -66.6) |
| LCH | lch(52.3 93.5 314.6) |
| OKLCH | oklch(0.618 0.237 307.3) |
Copy-ready code
/* CSS */
color: #ac4df1;
background-color: #ac4df1;
/* Tailwind (arbitrary) */
class="text-[#ac4df1] bg-[#ac4df1]"
/* SCSS */
$brand: #ac4df1;
/* SwiftUI */
Color(red: 0.675, green: 0.302, blue: 0.945)
/* Android */
Color.parseColor("#ac4df1")Accessibility — WCAG contrast
Aa
#ac4df1 on white: 4.13:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#ac4df1 on black: 5.09:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.5%
Green30.2%
Blue94.5%
CMYK percentages
Cyan28.6%
Magenta68.0%
Yellow0.0%
Key (black)5.5%
Color previews
#ac4df1 text on a black background
contrast 5.09:1
Card sample
#ac4df1 text on a white background
contrast 4.13:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ac4df1;
Background color
Panel with #ac4df1 background
background-color: #ac4df1;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ac4df1;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(172, 77, 241, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(172, 77, 241, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ac4df1; background: linear-gradient(135deg, #ac4df1, #F14DC9);