#ac2c7f
a dark, vivid magenta / pink · warm · closest name: purple
RGB
172, 44, 127
HSL
321°, 59%, 42%
CMYK
0, 74, 26, 33
Luminance
0.1210
Every format
| HEX | #ac2c7f |
| RGB | rgb(172, 44, 127) |
| HSL | hsl(321, 59%, 42%) |
| CMYK | cmyk(0%, 74%, 26%, 33%) |
| LAB | lab(41.4 58.5 -17.1) |
| LCH | lch(41.4 60.9 343.7) |
| OKLCH | oklch(0.519 0.183 345.6) |
Copy-ready code
/* CSS */
color: #ac2c7f;
background-color: #ac2c7f;
/* Tailwind (arbitrary) */
class="text-[#ac2c7f] bg-[#ac2c7f]"
/* SCSS */
$brand: #ac2c7f;
/* SwiftUI */
Color(red: 0.675, green: 0.173, blue: 0.498)
/* Android */
Color.parseColor("#ac2c7f")Accessibility — WCAG contrast
Aa
#ac2c7f on white: 6.14:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#ac2c7f on black: 3.42:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.5%
Green17.3%
Blue49.8%
CMYK percentages
Cyan0.0%
Magenta74.4%
Yellow26.2%
Key (black)32.5%
Color previews
#ac2c7f text on a black background
contrast 3.42:1
Card sample
#ac2c7f text on a white background
contrast 6.14:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ac2c7f;
Background color
Panel with #ac2c7f background
background-color: #ac2c7f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ac2c7f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(172, 44, 127, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(172, 44, 127, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ac2c7f; background: linear-gradient(135deg, #ac2c7f, #AC2E2C);