#ac2f97
a dark, vivid magenta / pink · warm · closest name: purple
RGB
172, 47, 151
HSL
310°, 57%, 43%
CMYK
0, 73, 12, 33
Luminance
0.1304
Every format
| HEX | #ac2f97 |
| RGB | rgb(172, 47, 151) |
| HSL | hsl(310, 57%, 43%) |
| CMYK | cmyk(0%, 73%, 12%, 33%) |
| LAB | lab(42.8 60.8 -29.5) |
| LCH | lch(42.8 67.6 334.1) |
| OKLCH | oklch(0.533 0.195 335.6) |
Copy-ready code
/* CSS */
color: #ac2f97;
background-color: #ac2f97;
/* Tailwind (arbitrary) */
class="text-[#ac2f97] bg-[#ac2f97]"
/* SCSS */
$brand: #ac2f97;
/* SwiftUI */
Color(red: 0.675, green: 0.184, blue: 0.592)
/* Android */
Color.parseColor("#ac2f97")Accessibility — WCAG contrast
Aa
#ac2f97 on white: 5.82:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#ac2f97 on black: 3.61:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.5%
Green18.4%
Blue59.2%
CMYK percentages
Cyan0.0%
Magenta72.7%
Yellow12.2%
Key (black)32.5%
Color previews
#ac2f97 text on a black background
contrast 3.61:1
Card sample
#ac2f97 text on a white background
contrast 5.82:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ac2f97;
Background color
Panel with #ac2f97 background
background-color: #ac2f97;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ac2f97;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(172, 47, 151, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(172, 47, 151, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ac2f97; background: linear-gradient(135deg, #ac2f97, #AC2F44);