#ab2dac
a dark, vivid magenta / pink · warm · closest name: purple
RGB
171, 45, 172
HSL
300°, 59%, 43%
CMYK
1, 74, 0, 33
Luminance
0.1351
Every format
| HEX | #ab2dac |
| RGB | rgb(171, 45, 172) |
| HSL | hsl(300, 59%, 43%) |
| CMYK | cmyk(1%, 74%, 0%, 33%) |
| LAB | lab(43.5 64.5 -41.0) |
| LCH | lch(43.5 76.4 327.6) |
| OKLCH | oklch(0.541 0.212 327.7) |
Copy-ready code
/* CSS */
color: #ab2dac;
background-color: #ab2dac;
/* Tailwind (arbitrary) */
class="text-[#ab2dac] bg-[#ab2dac]"
/* SCSS */
$brand: #ab2dac;
/* SwiftUI */
Color(red: 0.671, green: 0.176, blue: 0.675)
/* Android */
Color.parseColor("#ab2dac")Accessibility — WCAG contrast
Aa
#ab2dac on white: 5.67:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#ab2dac on black: 3.70:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.1%
Green17.6%
Blue67.5%
CMYK percentages
Cyan0.6%
Magenta73.8%
Yellow0.0%
Key (black)32.5%
Color previews
#ab2dac text on a black background
contrast 3.70:1
Card sample
#ab2dac text on a white background
contrast 5.67:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ab2dac;
Background color
Panel with #ab2dac background
background-color: #ab2dac;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ab2dac;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(171, 45, 172, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(171, 45, 172, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ab2dac; background: linear-gradient(135deg, #ab2dac, #AC2D58);