#ab0f5d
a dark, electric magenta / pink · warm · closest name: purple
RGB
171, 15, 93
HSL
330°, 84%, 37%
CMYK
0, 91, 46, 33
Luminance
0.0979
Every format
| HEX | #ab0f5d |
| RGB | rgb(171, 15, 93) |
| HSL | hsl(330, 84%, 37%) |
| CMYK | cmyk(0%, 91%, 46%, 33%) |
| LAB | lab(37.5 61.6 -1.6) |
| LCH | lch(37.5 61.6 358.5) |
| OKLCH | oklch(0.486 0.190 358.9) |
Copy-ready code
/* CSS */
color: #ab0f5d;
background-color: #ab0f5d;
/* Tailwind (arbitrary) */
class="text-[#ab0f5d] bg-[#ab0f5d]"
/* SCSS */
$brand: #ab0f5d;
/* SwiftUI */
Color(red: 0.671, green: 0.059, blue: 0.365)
/* Android */
Color.parseColor("#ab0f5d")Accessibility — WCAG contrast
Aa
#ab0f5d on white: 7.10:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#ab0f5d on black: 2.96:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.1%
Green5.9%
Blue36.5%
CMYK percentages
Cyan0.0%
Magenta91.2%
Yellow45.6%
Key (black)32.9%
Color previews
#ab0f5d text on a black background
contrast 2.96:1
Card sample
#ab0f5d text on a white background
contrast 7.10:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ab0f5d;
Background color
Panel with #ab0f5d background
background-color: #ab0f5d;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ab0f5d;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(171, 15, 93, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(171, 15, 93, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ab0f5d; background: linear-gradient(135deg, #ab0f5d, #AB290F);