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