#ab005f
a dark, electric magenta / pink · warm · closest name: purple
RGB
171, 0, 95
HSL
327°, 100%, 34%
CMYK
0, 100, 44, 33
Luminance
0.0948
Every format
| HEX | #ab005f |
| RGB | rgb(171, 0, 95) |
| HSL | hsl(327, 100%, 34%) |
| CMYK | cmyk(0%, 100%, 44%, 33%) |
| LAB | lab(36.9 63.6 -3.8) |
| LCH | lch(36.9 63.7 356.6) |
| OKLCH | oklch(0.482 0.197 357.3) |
Copy-ready code
/* CSS */
color: #ab005f;
background-color: #ab005f;
/* Tailwind (arbitrary) */
class="text-[#ab005f] bg-[#ab005f]"
/* SCSS */
$brand: #ab005f;
/* SwiftUI */
Color(red: 0.671, green: 0.000, blue: 0.373)
/* Android */
Color.parseColor("#ab005f")Accessibility — WCAG contrast
Aa
#ab005f on white: 7.25:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#ab005f on black: 2.90:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.1%
Green0.0%
Blue37.3%
CMYK percentages
Cyan0.0%
Magenta100.0%
Yellow44.4%
Key (black)32.9%
Color previews
#ab005f text on a black background
contrast 2.90:1
Card sample
#ab005f text on a white background
contrast 7.25:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ab005f;
Background color
Panel with #ab005f background
background-color: #ab005f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ab005f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(171, 0, 95, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(171, 0, 95, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ab005f; background: linear-gradient(135deg, #ab005f, #AB1300);