#ad124f
a dark, electric magenta / pink · warm · closest name: crimson
RGB
173, 18, 79
HSL
336°, 81%, 38%
CMYK
0, 90, 54, 32
Luminance
0.0988
Every format
| HEX | #ad124f |
| RGB | rgb(173, 18, 79) |
| HSL | hsl(336, 81%, 38%) |
| CMYK | cmyk(0%, 90%, 54%, 32%) |
| LAB | lab(37.6 60.5 7.6) |
| LCH | lch(37.6 61.0 7.2) |
| OKLCH | oklch(0.487 0.186 6.1) |
Copy-ready code
/* CSS */
color: #ad124f;
background-color: #ad124f;
/* Tailwind (arbitrary) */
class="text-[#ad124f] bg-[#ad124f]"
/* SCSS */
$brand: #ad124f;
/* SwiftUI */
Color(red: 0.678, green: 0.071, blue: 0.310)
/* Android */
Color.parseColor("#ad124f")Accessibility — WCAG contrast
Aa
#ad124f on white: 7.06:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#ad124f on black: 2.98:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.8%
Green7.1%
Blue31.0%
CMYK percentages
Cyan0.0%
Magenta89.6%
Yellow54.3%
Key (black)32.2%
Color previews
#ad124f text on a black background
contrast 2.98:1
Card sample
#ad124f text on a white background
contrast 7.06:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ad124f;
Background color
Panel with #ad124f background
background-color: #ad124f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ad124f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(173, 18, 79, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(173, 18, 79, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ad124f; background: linear-gradient(135deg, #ad124f, #AD3C12);