#ac0044
a dark, electric magenta / pink · warm · closest name: crimson
RGB
172, 0, 68
HSL
336°, 100%, 34%
CMYK
0, 100, 61, 33
Luminance
0.0919
Every format
| HEX | #ac0044 |
| RGB | rgb(172, 0, 68) |
| HSL | hsl(336, 100%, 34%) |
| CMYK | cmyk(0%, 100%, 61%, 33%) |
| LAB | lab(36.4 61.8 12.9) |
| LCH | lch(36.4 63.1 11.8) |
| OKLCH | oklch(0.476 0.190 9.7) |
Copy-ready code
/* CSS */
color: #ac0044;
background-color: #ac0044;
/* Tailwind (arbitrary) */
class="text-[#ac0044] bg-[#ac0044]"
/* SCSS */
$brand: #ac0044;
/* SwiftUI */
Color(red: 0.675, green: 0.000, blue: 0.267)
/* Android */
Color.parseColor("#ac0044")Accessibility — WCAG contrast
Aa
#ac0044 on white: 7.40:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#ac0044 on black: 2.84:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.5%
Green0.0%
Blue26.7%
CMYK percentages
Cyan0.0%
Magenta100.0%
Yellow60.5%
Key (black)32.5%
Color previews
#ac0044 text on a black background
contrast 2.84:1
Card sample
#ac0044 text on a white background
contrast 7.40:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ac0044;
Background color
Panel with #ac0044 background
background-color: #ac0044;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ac0044;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(172, 0, 68, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(172, 0, 68, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ac0044; background: linear-gradient(135deg, #ac0044, #AC2F00);