#ac409f
a balanced, vivid magenta / pink · warm · closest name: purple
RGB
172, 64, 159
HSL
307°, 46%, 46%
CMYK
0, 63, 8, 33
Luminance
0.1494
Every format
| HEX | #ac409f |
| RGB | rgb(172, 64, 159) |
| HSL | hsl(307, 46%, 46%) |
| CMYK | cmyk(0%, 63%, 8%, 33%) |
| LAB | lab(45.6 55.5 -30.0) |
| LCH | lch(45.6 63.1 331.6) |
| OKLCH | oklch(0.554 0.179 332.7) |
Copy-ready code
/* CSS */
color: #ac409f;
background-color: #ac409f;
/* Tailwind (arbitrary) */
class="text-[#ac409f] bg-[#ac409f]"
/* SCSS */
$brand: #ac409f;
/* SwiftUI */
Color(red: 0.675, green: 0.251, blue: 0.624)
/* Android */
Color.parseColor("#ac409f")Accessibility — WCAG contrast
Aa
#ac409f on white: 5.27:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#ac409f on black: 3.99:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.5%
Green25.1%
Blue62.4%
CMYK percentages
Cyan0.0%
Magenta62.8%
Yellow7.6%
Key (black)32.5%
Color previews
#ac409f text on a black background
contrast 3.99:1
Card sample
#ac409f text on a white background
contrast 5.27:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ac409f;
Background color
Panel with #ac409f background
background-color: #ac409f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ac409f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(172, 64, 159, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(172, 64, 159, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ac409f; background: linear-gradient(135deg, #ac409f, #AC4057);