#ab1f9c
a dark, vivid magenta / pink · warm · closest name: purple
RGB
171, 31, 156
HSL
306°, 69%, 40%
CMYK
0, 82, 9, 33
Luminance
0.1204
Every format
| HEX | #ab1f9c |
| RGB | rgb(171, 31, 156) |
| HSL | hsl(306, 69%, 40%) |
| CMYK | cmyk(0%, 82%, 9%, 33%) |
| LAB | lab(41.3 66.0 -35.0) |
| LCH | lch(41.3 74.7 332.1) |
| OKLCH | oklch(0.522 0.214 333.3) |
Copy-ready code
/* CSS */
color: #ab1f9c;
background-color: #ab1f9c;
/* Tailwind (arbitrary) */
class="text-[#ab1f9c] bg-[#ab1f9c]"
/* SCSS */
$brand: #ab1f9c;
/* SwiftUI */
Color(red: 0.671, green: 0.122, blue: 0.612)
/* Android */
Color.parseColor("#ab1f9c")Accessibility — WCAG contrast
Aa
#ab1f9c on white: 6.16:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#ab1f9c on black: 3.41:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.1%
Green12.2%
Blue61.2%
CMYK percentages
Cyan0.0%
Magenta81.9%
Yellow8.8%
Key (black)32.9%
Color previews
#ab1f9c text on a black background
contrast 3.41:1
Card sample
#ab1f9c text on a white background
contrast 6.16:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ab1f9c;
Background color
Panel with #ab1f9c background
background-color: #ab1f9c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ab1f9c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(171, 31, 156, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(171, 31, 156, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ab1f9c; background: linear-gradient(135deg, #ab1f9c, #AB1F3F);