#ac0d52
a dark, electric magenta / pink · warm · closest name: crimson
RGB
172, 13, 82
HSL
334°, 86%, 36%
CMYK
0, 92, 52, 33
Luminance
0.0967
Every format
| HEX | #ac0d52 |
| RGB | rgb(172, 13, 82) |
| HSL | hsl(334, 86%, 36%) |
| CMYK | cmyk(0%, 92%, 52%, 33%) |
| LAB | lab(37.2 61.2 5.1) |
| LCH | lch(37.2 61.4 4.8) |
| OKLCH | oklch(0.484 0.188 4.1) |
Copy-ready code
/* CSS */
color: #ac0d52;
background-color: #ac0d52;
/* Tailwind (arbitrary) */
class="text-[#ac0d52] bg-[#ac0d52]"
/* SCSS */
$brand: #ac0d52;
/* SwiftUI */
Color(red: 0.675, green: 0.051, blue: 0.322)
/* Android */
Color.parseColor("#ac0d52")Accessibility — WCAG contrast
Aa
#ac0d52 on white: 7.16:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#ac0d52 on black: 2.93:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.5%
Green5.1%
Blue32.2%
CMYK percentages
Cyan0.0%
Magenta92.4%
Yellow52.3%
Key (black)32.5%
Color previews
#ac0d52 text on a black background
contrast 2.93:1
Card sample
#ac0d52 text on a white background
contrast 7.16:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ac0d52;
Background color
Panel with #ac0d52 background
background-color: #ac0d52;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ac0d52;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(172, 13, 82, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(172, 13, 82, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ac0d52; background: linear-gradient(135deg, #ac0d52, #AC320D);