#ac1658
a dark, electric magenta / pink · warm · closest name: crimson
RGB
172, 22, 88
HSL
334°, 77%, 38%
CMYK
0, 87, 49, 33
Luminance
0.1005
Every format
| HEX | #ac1658 |
| RGB | rgb(172, 22, 88) |
| HSL | hsl(334, 77%, 38%) |
| CMYK | cmyk(0%, 87%, 49%, 33%) |
| LAB | lab(37.9 60.2 2.3) |
| LCH | lch(37.9 60.2 2.1) |
| OKLCH | oklch(0.489 0.185 2.0) |
Copy-ready code
/* CSS */
color: #ac1658;
background-color: #ac1658;
/* Tailwind (arbitrary) */
class="text-[#ac1658] bg-[#ac1658]"
/* SCSS */
$brand: #ac1658;
/* SwiftUI */
Color(red: 0.675, green: 0.086, blue: 0.345)
/* Android */
Color.parseColor("#ac1658")Accessibility — WCAG contrast
Aa
#ac1658 on white: 6.98:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#ac1658 on black: 3.01:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.5%
Green8.6%
Blue34.5%
CMYK percentages
Cyan0.0%
Magenta87.2%
Yellow48.8%
Key (black)32.5%
Color previews
#ac1658 text on a black background
contrast 3.01:1
Card sample
#ac1658 text on a white background
contrast 6.98:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ac1658;
Background color
Panel with #ac1658 background
background-color: #ac1658;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ac1658;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(172, 22, 88, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(172, 22, 88, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ac1658; background: linear-gradient(135deg, #ac1658, #AC3816);