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