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