#ac2c64
a dark, vivid magenta / pink · warm · closest name: purple
RGB
172, 44, 100
HSL
334°, 59%, 42%
CMYK
0, 74, 42, 33
Luminance
0.1149
Every format
| HEX | #ac2c64 |
| RGB | rgb(172, 44, 100) |
| HSL | hsl(334, 59%, 42%) |
| CMYK | cmyk(0%, 74%, 42%, 33%) |
| LAB | lab(40.4 55.4 -1.8) |
| LCH | lch(40.4 55.4 358.2) |
| OKLCH | oklch(0.508 0.170 358.7) |
Copy-ready code
/* CSS */
color: #ac2c64;
background-color: #ac2c64;
/* Tailwind (arbitrary) */
class="text-[#ac2c64] bg-[#ac2c64]"
/* SCSS */
$brand: #ac2c64;
/* SwiftUI */
Color(red: 0.675, green: 0.173, blue: 0.392)
/* Android */
Color.parseColor("#ac2c64")Accessibility — WCAG contrast
Aa
#ac2c64 on white: 6.37:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#ac2c64 on black: 3.30:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.5%
Green17.3%
Blue39.2%
CMYK percentages
Cyan0.0%
Magenta74.4%
Yellow41.9%
Key (black)32.5%
Color previews
#ac2c64 text on a black background
contrast 3.30:1
Card sample
#ac2c64 text on a white background
contrast 6.37:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ac2c64;
Background color
Panel with #ac2c64 background
background-color: #ac2c64;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ac2c64;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(172, 44, 100, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(172, 44, 100, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ac2c64; background: linear-gradient(135deg, #ac2c64, #AC492C);