#ac2c97
a dark, vivid magenta / pink · warm · closest name: purple
RGB
172, 44, 151
HSL
310°, 59%, 42%
CMYK
0, 74, 12, 33
Luminance
0.1281
Every format
| HEX | #ac2c97 |
| RGB | rgb(172, 44, 151) |
| HSL | hsl(310, 59%, 42%) |
| CMYK | cmyk(0%, 74%, 12%, 33%) |
| LAB | lab(42.5 61.8 -30.1) |
| LCH | lch(42.5 68.7 334.1) |
| OKLCH | oklch(0.530 0.199 335.6) |
Copy-ready code
/* CSS */
color: #ac2c97;
background-color: #ac2c97;
/* Tailwind (arbitrary) */
class="text-[#ac2c97] bg-[#ac2c97]"
/* SCSS */
$brand: #ac2c97;
/* SwiftUI */
Color(red: 0.675, green: 0.173, blue: 0.592)
/* Android */
Color.parseColor("#ac2c97")Accessibility — WCAG contrast
Aa
#ac2c97 on white: 5.90:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#ac2c97 on black: 3.56:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.5%
Green17.3%
Blue59.2%
CMYK percentages
Cyan0.0%
Magenta74.4%
Yellow12.2%
Key (black)32.5%
Color previews
#ac2c97 text on a black background
contrast 3.56:1
Card sample
#ac2c97 text on a white background
contrast 5.90:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ac2c97;
Background color
Panel with #ac2c97 background
background-color: #ac2c97;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ac2c97;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(172, 44, 151, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(172, 44, 151, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ac2c97; background: linear-gradient(135deg, #ac2c97, #AC2C42);