#ac32c4
a balanced, vivid magenta / pink · warm · closest name: purple
RGB
172, 50, 196
HSL
290°, 59%, 48%
CMYK
12, 75, 0, 23
Luminance
0.1504
Every format
| HEX | #ac32c4 |
| RGB | rgb(172, 50, 196) |
| HSL | hsl(290, 59%, 48%) |
| CMYK | cmyk(12%, 75%, 0%, 23%) |
| LAB | lab(45.7 67.3 -51.6) |
| LCH | lch(45.7 84.8 322.5) |
| OKLCH | oklch(0.561 0.227 320.4) |
Copy-ready code
/* CSS */
color: #ac32c4;
background-color: #ac32c4;
/* Tailwind (arbitrary) */
class="text-[#ac32c4] bg-[#ac32c4]"
/* SCSS */
$brand: #ac32c4;
/* SwiftUI */
Color(red: 0.675, green: 0.196, blue: 0.769)
/* Android */
Color.parseColor("#ac32c4")Accessibility — WCAG contrast
Aa
#ac32c4 on white: 5.24:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#ac32c4 on black: 4.01:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.5%
Green19.6%
Blue76.9%
CMYK percentages
Cyan12.2%
Magenta74.5%
Yellow0.0%
Key (black)23.1%
Color previews
#ac32c4 text on a black background
contrast 4.01:1
Card sample
#ac32c4 text on a white background
contrast 5.24:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ac32c4;
Background color
Panel with #ac32c4 background
background-color: #ac32c4;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ac32c4;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(172, 50, 196, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(172, 50, 196, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ac32c4; background: linear-gradient(135deg, #ac32c4, #C4327B);