#ad136f
a dark, electric magenta / pink · warm · closest name: purple
RGB
173, 19, 111
HSL
324°, 80%, 38%
CMYK
0, 89, 36, 32
Luminance
0.1050
Every format
| HEX | #ad136f |
| RGB | rgb(173, 19, 111) |
| HSL | hsl(324, 80%, 38%) |
| CMYK | cmyk(0%, 89%, 36%, 32%) |
| LAB | lab(38.7 63.2 -11.2) |
| LCH | lch(38.7 64.2 350.0) |
| OKLCH | oklch(0.498 0.197 351.5) |
Copy-ready code
/* CSS */
color: #ad136f;
background-color: #ad136f;
/* Tailwind (arbitrary) */
class="text-[#ad136f] bg-[#ad136f]"
/* SCSS */
$brand: #ad136f;
/* SwiftUI */
Color(red: 0.678, green: 0.075, blue: 0.435)
/* Android */
Color.parseColor("#ad136f")Accessibility — WCAG contrast
Aa
#ad136f on white: 6.78:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#ad136f on black: 3.10:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.8%
Green7.5%
Blue43.5%
CMYK percentages
Cyan0.0%
Magenta89.0%
Yellow35.8%
Key (black)32.2%
Color previews
#ad136f text on a black background
contrast 3.10:1
Card sample
#ad136f text on a white background
contrast 6.78:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ad136f;
Background color
Panel with #ad136f background
background-color: #ad136f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ad136f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(173, 19, 111, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(173, 19, 111, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ad136f; background: linear-gradient(135deg, #ad136f, #AD1E13);