#ac2dfd
a balanced, electric violet · warm · closest name: magenta
RGB
172, 45, 253
HSL
277°, 98%, 58%
CMYK
32, 82, 0, 1
Luminance
0.1774
Every format
| HEX | #ac2dfd |
| RGB | rgb(172, 45, 253) |
| HSL | hsl(277, 98%, 58%) |
| CMYK | cmyk(32%, 82%, 0%, 1%) |
| LAB | lab(49.2 79.7 -78.4) |
| LCH | lch(49.2 111.8 315.5) |
| OKLCH | oklch(0.599 0.279 306.9) |
Copy-ready code
/* CSS */
color: #ac2dfd;
background-color: #ac2dfd;
/* Tailwind (arbitrary) */
class="text-[#ac2dfd] bg-[#ac2dfd]"
/* SCSS */
$brand: #ac2dfd;
/* SwiftUI */
Color(red: 0.675, green: 0.176, blue: 0.992)
/* Android */
Color.parseColor("#ac2dfd")Accessibility — WCAG contrast
Aa
#ac2dfd on white: 4.62:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#ac2dfd on black: 4.55:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.5%
Green17.6%
Blue99.2%
CMYK percentages
Cyan32.0%
Magenta82.2%
Yellow0.0%
Key (black)0.8%
Color previews
#ac2dfd text on a black background
contrast 4.55:1
Card sample
#ac2dfd text on a white background
contrast 4.62:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ac2dfd;
Background color
Panel with #ac2dfd background
background-color: #ac2dfd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ac2dfd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(172, 45, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(172, 45, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ac2dfd; background: linear-gradient(135deg, #ac2dfd, #FD2DC3);