#ac1dfd
a balanced, electric violet · warm · closest name: magenta
RGB
172, 29, 253
HSL
278°, 98%, 55%
CMYK
32, 89, 0, 1
Luminance
0.1674
Every format
| HEX | #ac1dfd |
| RGB | rgb(172, 29, 253) |
| HSL | hsl(278, 98%, 55%) |
| CMYK | cmyk(32%, 89%, 0%, 1%) |
| LAB | lab(47.9 83.4 -80.4) |
| LCH | lch(47.9 115.9 316.1) |
| OKLCH | oklch(0.590 0.289 307.5) |
Copy-ready code
/* CSS */
color: #ac1dfd;
background-color: #ac1dfd;
/* Tailwind (arbitrary) */
class="text-[#ac1dfd] bg-[#ac1dfd]"
/* SCSS */
$brand: #ac1dfd;
/* SwiftUI */
Color(red: 0.675, green: 0.114, blue: 0.992)
/* Android */
Color.parseColor("#ac1dfd")Accessibility — WCAG contrast
Aa
#ac1dfd on white: 4.83:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#ac1dfd on black: 4.35:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.5%
Green11.4%
Blue99.2%
CMYK percentages
Cyan32.0%
Magenta88.5%
Yellow0.0%
Key (black)0.8%
Color previews
#ac1dfd text on a black background
contrast 4.35:1
Card sample
#ac1dfd text on a white background
contrast 4.83:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ac1dfd;
Background color
Panel with #ac1dfd background
background-color: #ac1dfd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ac1dfd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(172, 29, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(172, 29, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ac1dfd; background: linear-gradient(135deg, #ac1dfd, #FD1DB9);