#ac0c39
a dark, electric magenta / pink · warm · closest name: firebrick
RGB
172, 12, 57
HSL
343°, 87%, 36%
CMYK
0, 93, 67, 33
Luminance
0.0933
Every format
| HEX | #ac0c39 |
| RGB | rgb(172, 12, 57) |
| HSL | hsl(343, 87%, 36%) |
| CMYK | cmyk(0%, 93%, 67%, 33%) |
| LAB | lab(36.6 59.7 20.4) |
| LCH | lch(36.6 63.1 18.9) |
| OKLCH | oklch(0.477 0.185 15.2) |
Copy-ready code
/* CSS */
color: #ac0c39;
background-color: #ac0c39;
/* Tailwind (arbitrary) */
class="text-[#ac0c39] bg-[#ac0c39]"
/* SCSS */
$brand: #ac0c39;
/* SwiftUI */
Color(red: 0.675, green: 0.047, blue: 0.224)
/* Android */
Color.parseColor("#ac0c39")Accessibility — WCAG contrast
Aa
#ac0c39 on white: 7.33:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#ac0c39 on black: 2.87:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.5%
Green4.7%
Blue22.4%
CMYK percentages
Cyan0.0%
Magenta93.0%
Yellow66.9%
Key (black)32.5%
Color previews
#ac0c39 text on a black background
contrast 2.87:1
Card sample
#ac0c39 text on a white background
contrast 7.33:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ac0c39;
Background color
Panel with #ac0c39 background
background-color: #ac0c39;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ac0c39;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(172, 12, 57, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(172, 12, 57, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ac0c39; background: linear-gradient(135deg, #ac0c39, #AC4A0C);