#ab005d
a dark, electric magenta / pink · warm · closest name: purple
RGB
171, 0, 93
HSL
327°, 100%, 34%
CMYK
0, 100, 46, 33
Luminance
0.0945
Every format
| HEX | #ab005d |
| RGB | rgb(171, 0, 93) |
| HSL | hsl(327, 100%, 34%) |
| CMYK | cmyk(0%, 100%, 46%, 33%) |
| LAB | lab(36.8 63.4 -2.6) |
| LCH | lch(36.8 63.5 357.7) |
| OKLCH | oklch(0.481 0.196 358.2) |
Copy-ready code
/* CSS */
color: #ab005d;
background-color: #ab005d;
/* Tailwind (arbitrary) */
class="text-[#ab005d] bg-[#ab005d]"
/* SCSS */
$brand: #ab005d;
/* SwiftUI */
Color(red: 0.671, green: 0.000, blue: 0.365)
/* Android */
Color.parseColor("#ab005d")Accessibility — WCAG contrast
Aa
#ab005d on white: 7.27:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#ab005d on black: 2.89:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.1%
Green0.0%
Blue36.5%
CMYK percentages
Cyan0.0%
Magenta100.0%
Yellow45.6%
Key (black)32.9%
Color previews
#ab005d text on a black background
contrast 2.89:1
Card sample
#ab005d text on a white background
contrast 7.27:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ab005d;
Background color
Panel with #ab005d background
background-color: #ab005d;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ab005d;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(171, 0, 93, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(171, 0, 93, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ab005d; background: linear-gradient(135deg, #ab005d, #AB1500);