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