#ac20fd
a balanced, electric violet · warm · closest name: magenta
RGB
172, 32, 253
HSL
278°, 98%, 56%
CMYK
32, 87, 0, 1
Luminance
0.1690
Every format
| HEX | #ac20fd |
| RGB | rgb(172, 32, 253) |
| HSL | hsl(278, 98%, 56%) |
| CMYK | cmyk(32%, 87%, 0%, 1%) |
| LAB | lab(48.1 82.8 -80.1) |
| LCH | lch(48.1 115.2 316.0) |
| OKLCH | oklch(0.591 0.287 307.4) |
Copy-ready code
/* CSS */
color: #ac20fd;
background-color: #ac20fd;
/* Tailwind (arbitrary) */
class="text-[#ac20fd] bg-[#ac20fd]"
/* SCSS */
$brand: #ac20fd;
/* SwiftUI */
Color(red: 0.675, green: 0.125, blue: 0.992)
/* Android */
Color.parseColor("#ac20fd")Accessibility — WCAG contrast
Aa
#ac20fd on white: 4.80:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#ac20fd on black: 4.38:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.5%
Green12.5%
Blue99.2%
CMYK percentages
Cyan32.0%
Magenta87.4%
Yellow0.0%
Key (black)0.8%
Color previews
#ac20fd text on a black background
contrast 4.38:1
Card sample
#ac20fd text on a white background
contrast 4.80:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ac20fd;
Background color
Panel with #ac20fd background
background-color: #ac20fd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ac20fd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(172, 32, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(172, 32, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ac20fd; background: linear-gradient(135deg, #ac20fd, #FD20BB);