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