#af32ba
a balanced, vivid magenta / pink · warm · closest name: purple
RGB
175, 50, 186
HSL
295°, 58%, 46%
CMYK
6, 73, 0, 27
Luminance
0.1494
Every format
| HEX | #af32ba |
| RGB | rgb(175, 50, 186) |
| HSL | hsl(295, 58%, 46%) |
| CMYK | cmyk(6%, 73%, 0%, 27%) |
| LAB | lab(45.5 66.1 -46.0) |
| LCH | lch(45.5 80.5 325.2) |
| OKLCH | oklch(0.559 0.220 324.4) |
Copy-ready code
/* CSS */
color: #af32ba;
background-color: #af32ba;
/* Tailwind (arbitrary) */
class="text-[#af32ba] bg-[#af32ba]"
/* SCSS */
$brand: #af32ba;
/* SwiftUI */
Color(red: 0.686, green: 0.196, blue: 0.729)
/* Android */
Color.parseColor("#af32ba")Accessibility — WCAG contrast
Aa
#af32ba on white: 5.27:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#af32ba on black: 3.99:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green19.6%
Blue72.9%
CMYK percentages
Cyan5.9%
Magenta73.1%
Yellow0.0%
Key (black)27.1%
Color previews
#af32ba text on a black background
contrast 3.99:1
Card sample
#af32ba text on a white background
contrast 5.27:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af32ba;
Background color
Panel with #af32ba background
background-color: #af32ba;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af32ba;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 50, 186, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 50, 186, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af32ba; background: linear-gradient(135deg, #af32ba, #BA326B);