#ac0032
a dark, electric magenta / pink · warm · closest name: firebrick
RGB
172, 0, 50
HSL
343°, 100%, 34%
CMYK
0, 100, 71, 33
Luminance
0.0900
Every format
| HEX | #ac0032 |
| RGB | rgb(172, 0, 50) |
| HSL | hsl(343, 100%, 34%) |
| CMYK | cmyk(0%, 100%, 71%, 33%) |
| LAB | lab(36.0 60.8 24.1) |
| LCH | lch(36.0 65.5 21.6) |
| OKLCH | oklch(0.472 0.189 17.2) |
Copy-ready code
/* CSS */
color: #ac0032;
background-color: #ac0032;
/* Tailwind (arbitrary) */
class="text-[#ac0032] bg-[#ac0032]"
/* SCSS */
$brand: #ac0032;
/* SwiftUI */
Color(red: 0.675, green: 0.000, blue: 0.196)
/* Android */
Color.parseColor("#ac0032")Accessibility — WCAG contrast
Aa
#ac0032 on white: 7.50:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#ac0032 on black: 2.80:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.5%
Green0.0%
Blue19.6%
CMYK percentages
Cyan0.0%
Magenta100.0%
Yellow70.9%
Key (black)32.5%
Color previews
#ac0032 text on a black background
contrast 2.80:1
Card sample
#ac0032 text on a white background
contrast 7.50:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ac0032;
Background color
Panel with #ac0032 background
background-color: #ac0032;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ac0032;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(172, 0, 50, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(172, 0, 50, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ac0032; background: linear-gradient(135deg, #ac0032, #AC4100);