#ac2c76
a dark, vivid magenta / pink · warm · closest name: purple
RGB
172, 44, 118
HSL
325°, 59%, 42%
CMYK
0, 74, 31, 33
Luminance
0.1188
Every format
| HEX | #ac2c76 |
| RGB | rgb(172, 44, 118) |
| HSL | hsl(325, 59%, 42%) |
| CMYK | cmyk(0%, 74%, 31%, 33%) |
| LAB | lab(41.0 57.3 -12.1) |
| LCH | lch(41.0 58.6 348.1) |
| OKLCH | oklch(0.515 0.178 349.8) |
Copy-ready code
/* CSS */
color: #ac2c76;
background-color: #ac2c76;
/* Tailwind (arbitrary) */
class="text-[#ac2c76] bg-[#ac2c76]"
/* SCSS */
$brand: #ac2c76;
/* SwiftUI */
Color(red: 0.675, green: 0.173, blue: 0.463)
/* Android */
Color.parseColor("#ac2c76")Accessibility — WCAG contrast
Aa
#ac2c76 on white: 6.22:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#ac2c76 on black: 3.38:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.5%
Green17.3%
Blue46.3%
CMYK percentages
Cyan0.0%
Magenta74.4%
Yellow31.4%
Key (black)32.5%
Color previews
#ac2c76 text on a black background
contrast 3.38:1
Card sample
#ac2c76 text on a white background
contrast 6.22:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ac2c76;
Background color
Panel with #ac2c76 background
background-color: #ac2c76;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ac2c76;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(172, 44, 118, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(172, 44, 118, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ac2c76; background: linear-gradient(135deg, #ac2c76, #AC372C);