#ac024b
a dark, electric magenta / pink · warm · closest name: crimson
RGB
172, 2, 75
HSL
334°, 98%, 34%
CMYK
0, 99, 56, 33
Luminance
0.0932
Every format
| HEX | #ac024b |
| RGB | rgb(172, 2, 75) |
| HSL | hsl(334, 98%, 34%) |
| CMYK | cmyk(0%, 99%, 56%, 33%) |
| LAB | lab(36.6 62.0 8.7) |
| LCH | lch(36.6 62.6 8.0) |
| OKLCH | oklch(0.478 0.191 6.7) |
Copy-ready code
/* CSS */
color: #ac024b;
background-color: #ac024b;
/* Tailwind (arbitrary) */
class="text-[#ac024b] bg-[#ac024b]"
/* SCSS */
$brand: #ac024b;
/* SwiftUI */
Color(red: 0.675, green: 0.008, blue: 0.294)
/* Android */
Color.parseColor("#ac024b")Accessibility — WCAG contrast
Aa
#ac024b on white: 7.33:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#ac024b on black: 2.86:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.5%
Green0.8%
Blue29.4%
CMYK percentages
Cyan0.0%
Magenta98.8%
Yellow56.4%
Key (black)32.5%
Color previews
#ac024b text on a black background
contrast 2.86:1
Card sample
#ac024b text on a white background
contrast 7.33:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ac024b;
Background color
Panel with #ac024b background
background-color: #ac024b;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ac024b;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(172, 2, 75, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(172, 2, 75, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ac024b; background: linear-gradient(135deg, #ac024b, #AC2A02);