#ab2f63
a dark, vivid magenta / pink · warm · closest name: purple
RGB
171, 47, 99
HSL
335°, 57%, 43%
CMYK
0, 73, 42, 33
Luminance
0.1159
Every format
| HEX | #ab2f63 |
| RGB | rgb(171, 47, 99) |
| HSL | hsl(335, 57%, 43%) |
| CMYK | cmyk(0%, 73%, 42%, 33%) |
| LAB | lab(40.6 53.9 -0.9) |
| LCH | lch(40.6 53.9 359.0) |
| OKLCH | oklch(0.509 0.165 359.4) |
Copy-ready code
/* CSS */
color: #ab2f63;
background-color: #ab2f63;
/* Tailwind (arbitrary) */
class="text-[#ab2f63] bg-[#ab2f63]"
/* SCSS */
$brand: #ab2f63;
/* SwiftUI */
Color(red: 0.671, green: 0.184, blue: 0.388)
/* Android */
Color.parseColor("#ab2f63")Accessibility — WCAG contrast
Aa
#ab2f63 on white: 6.33:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#ab2f63 on black: 3.32:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.1%
Green18.4%
Blue38.8%
CMYK percentages
Cyan0.0%
Magenta72.5%
Yellow42.1%
Key (black)32.9%
Color previews
#ab2f63 text on a black background
contrast 3.32:1
Card sample
#ab2f63 text on a white background
contrast 6.33:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ab2f63;
Background color
Panel with #ab2f63 background
background-color: #ab2f63;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ab2f63;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(171, 47, 99, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(171, 47, 99, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ab2f63; background: linear-gradient(135deg, #ab2f63, #AB4D2F);