#ab2f97
a dark, vivid magenta / pink · warm · closest name: purple
RGB
171, 47, 151
HSL
310°, 57%, 43%
CMYK
0, 73, 12, 33
Luminance
0.1293
Every format
| HEX | #ab2f97 |
| RGB | rgb(171, 47, 151) |
| HSL | hsl(310, 57%, 43%) |
| CMYK | cmyk(0%, 73%, 12%, 33%) |
| LAB | lab(42.6 60.5 -29.8) |
| LCH | lch(42.6 67.5 333.8) |
| OKLCH | oklch(0.531 0.195 335.3) |
Copy-ready code
/* CSS */
color: #ab2f97;
background-color: #ab2f97;
/* Tailwind (arbitrary) */
class="text-[#ab2f97] bg-[#ab2f97]"
/* SCSS */
$brand: #ab2f97;
/* SwiftUI */
Color(red: 0.671, green: 0.184, blue: 0.592)
/* Android */
Color.parseColor("#ab2f97")Accessibility — WCAG contrast
Aa
#ab2f97 on white: 5.86:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#ab2f97 on black: 3.59:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.1%
Green18.4%
Blue59.2%
CMYK percentages
Cyan0.0%
Magenta72.5%
Yellow11.7%
Key (black)32.9%
Color previews
#ab2f97 text on a black background
contrast 3.59:1
Card sample
#ab2f97 text on a white background
contrast 5.86:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ab2f97;
Background color
Panel with #ab2f97 background
background-color: #ab2f97;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ab2f97;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(171, 47, 151, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(171, 47, 151, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ab2f97; background: linear-gradient(135deg, #ab2f97, #AB2F44);