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