#ac208c
a dark, vivid magenta / pink · warm · closest name: purple
RGB
172, 32, 140
HSL
314°, 69%, 40%
CMYK
0, 81, 19, 33
Luminance
0.1170
Every format
| HEX | #ac208c |
| RGB | rgb(172, 32, 140) |
| HSL | hsl(314, 69%, 40%) |
| CMYK | cmyk(0%, 81%, 19%, 33%) |
| LAB | lab(40.7 63.7 -26.1) |
| LCH | lch(40.7 68.8 337.7) |
| OKLCH | oklch(0.516 0.203 339.6) |
Copy-ready code
/* CSS */
color: #ac208c;
background-color: #ac208c;
/* Tailwind (arbitrary) */
class="text-[#ac208c] bg-[#ac208c]"
/* SCSS */
$brand: #ac208c;
/* SwiftUI */
Color(red: 0.675, green: 0.125, blue: 0.549)
/* Android */
Color.parseColor("#ac208c")Accessibility — WCAG contrast
Aa
#ac208c on white: 6.29:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#ac208c on black: 3.34:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.5%
Green12.5%
Blue54.9%
CMYK percentages
Cyan0.0%
Magenta81.4%
Yellow18.6%
Key (black)32.5%
Color previews
#ac208c text on a black background
contrast 3.34:1
Card sample
#ac208c text on a white background
contrast 6.29:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ac208c;
Background color
Panel with #ac208c background
background-color: #ac208c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ac208c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(172, 32, 140, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(172, 32, 140, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ac208c; background: linear-gradient(135deg, #ac208c, #AC202F);