#ac1df1
a balanced, electric violet · warm · closest name: magenta
RGB
172, 29, 241
HSL
281°, 88%, 53%
CMYK
29, 88, 0, 6
Luminance
0.1600
Every format
| HEX | #ac1df1 |
| RGB | rgb(172, 29, 241) |
| HSL | hsl(281, 88%, 53%) |
| CMYK | cmyk(29%, 88%, 0%, 6%) |
| LAB | lab(47.0 81.1 -75.2) |
| LCH | lch(47.0 110.7 317.2) |
| OKLCH | oklch(0.580 0.279 310.0) |
Copy-ready code
/* CSS */
color: #ac1df1;
background-color: #ac1df1;
/* Tailwind (arbitrary) */
class="text-[#ac1df1] bg-[#ac1df1]"
/* SCSS */
$brand: #ac1df1;
/* SwiftUI */
Color(red: 0.675, green: 0.114, blue: 0.945)
/* Android */
Color.parseColor("#ac1df1")Accessibility — WCAG contrast
Aa
#ac1df1 on white: 5.00:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#ac1df1 on black: 4.20:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.5%
Green11.4%
Blue94.5%
CMYK percentages
Cyan28.6%
Magenta88.0%
Yellow0.0%
Key (black)5.5%
Color previews
#ac1df1 text on a black background
contrast 4.20:1
Card sample
#ac1df1 text on a white background
contrast 5.00:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ac1df1;
Background color
Panel with #ac1df1 background
background-color: #ac1df1;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ac1df1;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(172, 29, 241, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(172, 29, 241, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ac1df1; background: linear-gradient(135deg, #ac1df1, #F11DA8);