#ac124f
a dark, electric magenta / pink · warm · closest name: crimson
RGB
172, 18, 79
HSL
336°, 81%, 37%
CMYK
0, 90, 54, 33
Luminance
0.0977
Every format
| HEX | #ac124f |
| RGB | rgb(172, 18, 79) |
| HSL | hsl(336, 81%, 37%) |
| CMYK | cmyk(0%, 90%, 54%, 33%) |
| LAB | lab(37.4 60.2 7.3) |
| LCH | lch(37.4 60.7 6.9) |
| OKLCH | oklch(0.485 0.185 5.9) |
Copy-ready code
/* CSS */
color: #ac124f;
background-color: #ac124f;
/* Tailwind (arbitrary) */
class="text-[#ac124f] bg-[#ac124f]"
/* SCSS */
$brand: #ac124f;
/* SwiftUI */
Color(red: 0.675, green: 0.071, blue: 0.310)
/* Android */
Color.parseColor("#ac124f")Accessibility — WCAG contrast
Aa
#ac124f on white: 7.11:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#ac124f on black: 2.95:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.5%
Green7.1%
Blue31.0%
CMYK percentages
Cyan0.0%
Magenta89.5%
Yellow54.1%
Key (black)32.5%
Color previews
#ac124f text on a black background
contrast 2.95:1
Card sample
#ac124f text on a white background
contrast 7.11:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ac124f;
Background color
Panel with #ac124f background
background-color: #ac124f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ac124f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(172, 18, 79, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(172, 18, 79, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ac124f; background: linear-gradient(135deg, #ac124f, #AC3C12);