#ab32af
a dark, vivid magenta / pink · warm · closest name: purple
RGB
171, 50, 175
HSL
298°, 56%, 44%
CMYK
2, 71, 0, 31
Luminance
0.1403
Every format
| HEX | #ab32af |
| RGB | rgb(171, 50, 175) |
| HSL | hsl(298, 56%, 44%) |
| CMYK | cmyk(2%, 71%, 0%, 31%) |
| LAB | lab(44.3 63.4 -41.5) |
| LCH | lch(44.3 75.8 326.8) |
| OKLCH | oklch(0.547 0.209 326.6) |
Copy-ready code
/* CSS */
color: #ab32af;
background-color: #ab32af;
/* Tailwind (arbitrary) */
class="text-[#ab32af] bg-[#ab32af]"
/* SCSS */
$brand: #ab32af;
/* SwiftUI */
Color(red: 0.671, green: 0.196, blue: 0.686)
/* Android */
Color.parseColor("#ab32af")Accessibility — WCAG contrast
Aa
#ab32af on white: 5.52:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#ab32af on black: 3.81:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.1%
Green19.6%
Blue68.6%
CMYK percentages
Cyan2.3%
Magenta71.4%
Yellow0.0%
Key (black)31.4%
Color previews
#ab32af text on a black background
contrast 3.81:1
Card sample
#ab32af text on a white background
contrast 5.52:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ab32af;
Background color
Panel with #ab32af background
background-color: #ab32af;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ab32af;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(171, 50, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(171, 50, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ab32af; background: linear-gradient(135deg, #ab32af, #AF3260);