#ac1643
a dark, electric magenta / pink · warm · closest name: firebrick
RGB
172, 22, 67
HSL
342°, 77%, 38%
CMYK
0, 87, 61, 33
Luminance
0.0975
Every format
| HEX | #ac1643 |
| RGB | rgb(172, 22, 67) |
| HSL | hsl(342, 77%, 38%) |
| CMYK | cmyk(0%, 87%, 61%, 33%) |
| LAB | lab(37.4 58.6 15.0) |
| LCH | lch(37.4 60.5 14.3) |
| OKLCH | oklch(0.483 0.181 11.8) |
Copy-ready code
/* CSS */
color: #ac1643;
background-color: #ac1643;
/* Tailwind (arbitrary) */
class="text-[#ac1643] bg-[#ac1643]"
/* SCSS */
$brand: #ac1643;
/* SwiftUI */
Color(red: 0.675, green: 0.086, blue: 0.263)
/* Android */
Color.parseColor("#ac1643")Accessibility — WCAG contrast
Aa
#ac1643 on white: 7.12:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#ac1643 on black: 2.95:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.5%
Green8.6%
Blue26.3%
CMYK percentages
Cyan0.0%
Magenta87.2%
Yellow61.0%
Key (black)32.5%
Color previews
#ac1643 text on a black background
contrast 2.95:1
Card sample
#ac1643 text on a white background
contrast 7.12:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ac1643;
Background color
Panel with #ac1643 background
background-color: #ac1643;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ac1643;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(172, 22, 67, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(172, 22, 67, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ac1643; background: linear-gradient(135deg, #ac1643, #AC4D16);