#ac1afd
a balanced, electric violet · warm · closest name: magenta
RGB
172, 26, 253
HSL
279°, 98%, 55%
CMYK
32, 90, 0, 1
Luminance
0.1660
Every format
| HEX | #ac1afd |
| RGB | rgb(172, 26, 253) |
| HSL | hsl(279, 98%, 55%) |
| CMYK | cmyk(32%, 90%, 0%, 1%) |
| LAB | lab(47.8 84.0 -80.7) |
| LCH | lch(47.8 116.4 316.1) |
| OKLCH | oklch(0.589 0.290 307.6) |
Copy-ready code
/* CSS */
color: #ac1afd;
background-color: #ac1afd;
/* Tailwind (arbitrary) */
class="text-[#ac1afd] bg-[#ac1afd]"
/* SCSS */
$brand: #ac1afd;
/* SwiftUI */
Color(red: 0.675, green: 0.102, blue: 0.992)
/* Android */
Color.parseColor("#ac1afd")Accessibility — WCAG contrast
Aa
#ac1afd on white: 4.86:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#ac1afd on black: 4.32:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.5%
Green10.2%
Blue99.2%
CMYK percentages
Cyan32.0%
Magenta89.7%
Yellow0.0%
Key (black)0.8%
Color previews
#ac1afd text on a black background
contrast 4.32:1
Card sample
#ac1afd text on a white background
contrast 4.86:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ac1afd;
Background color
Panel with #ac1afd background
background-color: #ac1afd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ac1afd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(172, 26, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(172, 26, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ac1afd; background: linear-gradient(135deg, #ac1afd, #FD1AB7);