#ac2d8f
a dark, vivid magenta / pink · warm · closest name: purple
RGB
172, 45, 143
HSL
314°, 59%, 43%
CMYK
0, 74, 17, 33
Luminance
0.1263
Every format
| HEX | #ac2d8f |
| RGB | rgb(172, 45, 143) |
| HSL | hsl(314, 59%, 43%) |
| CMYK | cmyk(0%, 74%, 17%, 33%) |
| LAB | lab(42.2 60.3 -25.6) |
| LCH | lch(42.2 65.5 337.0) |
| OKLCH | oklch(0.527 0.192 338.8) |
Copy-ready code
/* CSS */
color: #ac2d8f;
background-color: #ac2d8f;
/* Tailwind (arbitrary) */
class="text-[#ac2d8f] bg-[#ac2d8f]"
/* SCSS */
$brand: #ac2d8f;
/* SwiftUI */
Color(red: 0.675, green: 0.176, blue: 0.561)
/* Android */
Color.parseColor("#ac2d8f")Accessibility — WCAG contrast
Aa
#ac2d8f on white: 5.96:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#ac2d8f on black: 3.53:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.5%
Green17.6%
Blue56.1%
CMYK percentages
Cyan0.0%
Magenta73.8%
Yellow16.9%
Key (black)32.5%
Color previews
#ac2d8f text on a black background
contrast 3.53:1
Card sample
#ac2d8f text on a white background
contrast 5.96:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ac2d8f;
Background color
Panel with #ac2d8f background
background-color: #ac2d8f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ac2d8f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(172, 45, 143, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(172, 45, 143, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ac2d8f; background: linear-gradient(135deg, #ac2d8f, #AC2D3A);