#ac2f9f
a dark, vivid magenta / pink · warm · closest name: purple
RGB
172, 47, 159
HSL
306°, 57%, 43%
CMYK
0, 73, 8, 33
Luminance
0.1331
Every format
| HEX | #ac2f9f |
| RGB | rgb(172, 47, 159) |
| HSL | hsl(306, 57%, 43%) |
| CMYK | cmyk(0%, 73%, 8%, 33%) |
| LAB | lab(43.2 62.0 -33.7) |
| LCH | lch(43.2 70.6 331.5) |
| OKLCH | oklch(0.537 0.201 332.6) |
Copy-ready code
/* CSS */
color: #ac2f9f;
background-color: #ac2f9f;
/* Tailwind (arbitrary) */
class="text-[#ac2f9f] bg-[#ac2f9f]"
/* SCSS */
$brand: #ac2f9f;
/* SwiftUI */
Color(red: 0.675, green: 0.184, blue: 0.624)
/* Android */
Color.parseColor("#ac2f9f")Accessibility — WCAG contrast
Aa
#ac2f9f on white: 5.74:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#ac2f9f on black: 3.66:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.5%
Green18.4%
Blue62.4%
CMYK percentages
Cyan0.0%
Magenta72.7%
Yellow7.6%
Key (black)32.5%
Color previews
#ac2f9f text on a black background
contrast 3.66:1
Card sample
#ac2f9f text on a white background
contrast 5.74:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ac2f9f;
Background color
Panel with #ac2f9f background
background-color: #ac2f9f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ac2f9f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(172, 47, 159, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(172, 47, 159, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ac2f9f; background: linear-gradient(135deg, #ac2f9f, #AC2F4C);