#ac2f5d
a dark, vivid magenta / pink · warm · closest name: firebrick
RGB
172, 47, 93
HSL
338°, 57%, 43%
CMYK
0, 73, 46, 33
Luminance
0.1159
Every format
| HEX | #ac2f5d |
| RGB | rgb(172, 47, 93) |
| HSL | hsl(338, 57%, 43%) |
| CMYK | cmyk(0%, 73%, 46%, 33%) |
| LAB | lab(40.6 53.6 2.9) |
| LCH | lch(40.6 53.7 3.1) |
| OKLCH | oklch(0.509 0.164 2.8) |
Copy-ready code
/* CSS */
color: #ac2f5d;
background-color: #ac2f5d;
/* Tailwind (arbitrary) */
class="text-[#ac2f5d] bg-[#ac2f5d]"
/* SCSS */
$brand: #ac2f5d;
/* SwiftUI */
Color(red: 0.675, green: 0.184, blue: 0.365)
/* Android */
Color.parseColor("#ac2f5d")Accessibility — WCAG contrast
Aa
#ac2f5d on white: 6.33:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#ac2f5d on black: 3.32:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.5%
Green18.4%
Blue36.5%
CMYK percentages
Cyan0.0%
Magenta72.7%
Yellow45.9%
Key (black)32.5%
Color previews
#ac2f5d text on a black background
contrast 3.32:1
Card sample
#ac2f5d text on a white background
contrast 6.33:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ac2f5d;
Background color
Panel with #ac2f5d background
background-color: #ac2f5d;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ac2f5d;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(172, 47, 93, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(172, 47, 93, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ac2f5d; background: linear-gradient(135deg, #ac2f5d, #AC542F);