#ac158f
a dark, electric magenta / pink · warm · closest name: purple
RGB
172, 21, 143
HSL
312°, 78%, 38%
CMYK
0, 88, 17, 33
Luminance
0.1129
Every format
| HEX | #ac158f |
| RGB | rgb(172, 21, 143) |
| HSL | hsl(312, 78%, 38%) |
| CMYK | cmyk(0%, 88%, 17%, 33%) |
| LAB | lab(40.1 66.4 -29.0) |
| LCH | lch(40.1 72.5 336.4) |
| OKLCH | oklch(0.512 0.213 338.3) |
Copy-ready code
/* CSS */
color: #ac158f;
background-color: #ac158f;
/* Tailwind (arbitrary) */
class="text-[#ac158f] bg-[#ac158f]"
/* SCSS */
$brand: #ac158f;
/* SwiftUI */
Color(red: 0.675, green: 0.082, blue: 0.561)
/* Android */
Color.parseColor("#ac158f")Accessibility — WCAG contrast
Aa
#ac158f on white: 6.45:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#ac158f on black: 3.26:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.5%
Green8.2%
Blue56.1%
CMYK percentages
Cyan0.0%
Magenta87.8%
Yellow16.9%
Key (black)32.5%
Color previews
#ac158f text on a black background
contrast 3.26:1
Card sample
#ac158f text on a white background
contrast 6.45:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ac158f;
Background color
Panel with #ac158f background
background-color: #ac158f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ac158f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(172, 21, 143, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(172, 21, 143, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ac158f; background: linear-gradient(135deg, #ac158f, #AC152A);