#ac398e
a dark, vivid magenta / pink · warm · closest name: purple
RGB
172, 57, 142
HSL
316°, 50%, 45%
CMYK
0, 67, 17, 33
Luminance
0.1365
Every format
| HEX | #ac398e |
| RGB | rgb(172, 57, 142) |
| HSL | hsl(316, 50%, 45%) |
| CMYK | cmyk(0%, 67%, 17%, 33%) |
| LAB | lab(43.7 55.7 -22.6) |
| LCH | lch(43.7 60.2 337.9) |
| OKLCH | oklch(0.538 0.176 339.7) |
Copy-ready code
/* CSS */
color: #ac398e;
background-color: #ac398e;
/* Tailwind (arbitrary) */
class="text-[#ac398e] bg-[#ac398e]"
/* SCSS */
$brand: #ac398e;
/* SwiftUI */
Color(red: 0.675, green: 0.224, blue: 0.557)
/* Android */
Color.parseColor("#ac398e")Accessibility — WCAG contrast
Aa
#ac398e on white: 5.63:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#ac398e on black: 3.73:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.5%
Green22.4%
Blue55.7%
CMYK percentages
Cyan0.0%
Magenta66.9%
Yellow17.4%
Key (black)32.5%
Color previews
#ac398e text on a black background
contrast 3.73:1
Card sample
#ac398e text on a white background
contrast 5.63:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ac398e;
Background color
Panel with #ac398e background
background-color: #ac398e;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ac398e;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(172, 57, 142, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(172, 57, 142, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ac398e; background: linear-gradient(135deg, #ac398e, #AC3941);