#ac0042
a dark, electric magenta / pink · warm · closest name: crimson
RGB
172, 0, 66
HSL
337°, 100%, 34%
CMYK
0, 100, 62, 33
Luminance
0.0916
Every format
| HEX | #ac0042 |
| RGB | rgb(172, 0, 66) |
| HSL | hsl(337, 100%, 34%) |
| CMYK | cmyk(0%, 100%, 62%, 33%) |
| LAB | lab(36.3 61.7 14.2) |
| LCH | lch(36.3 63.3 12.9) |
| OKLCH | oklch(0.475 0.190 10.6) |
Copy-ready code
/* CSS */
color: #ac0042;
background-color: #ac0042;
/* Tailwind (arbitrary) */
class="text-[#ac0042] bg-[#ac0042]"
/* SCSS */
$brand: #ac0042;
/* SwiftUI */
Color(red: 0.675, green: 0.000, blue: 0.259)
/* Android */
Color.parseColor("#ac0042")Accessibility — WCAG contrast
Aa
#ac0042 on white: 7.41:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#ac0042 on black: 2.83:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.5%
Green0.0%
Blue25.9%
CMYK percentages
Cyan0.0%
Magenta100.0%
Yellow61.6%
Key (black)32.5%
Color previews
#ac0042 text on a black background
contrast 2.83:1
Card sample
#ac0042 text on a white background
contrast 7.41:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ac0042;
Background color
Panel with #ac0042 background
background-color: #ac0042;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ac0042;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(172, 0, 66, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(172, 0, 66, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ac0042; background: linear-gradient(135deg, #ac0042, #AC3100);