#af3589
a dark, vivid magenta / pink · warm · closest name: purple
RGB
175, 53, 137
HSL
319°, 54%, 45%
CMYK
0, 70, 22, 31
Luminance
0.1347
Every format
| HEX | #af3589 |
| RGB | rgb(175, 53, 137) |
| HSL | hsl(319, 54%, 45%) |
| CMYK | cmyk(0%, 70%, 22%, 31%) |
| LAB | lab(43.5 57.4 -20.0) |
| LCH | lch(43.5 60.8 340.8) |
| OKLCH | oklch(0.536 0.180 342.7) |
Copy-ready code
/* CSS */
color: #af3589;
background-color: #af3589;
/* Tailwind (arbitrary) */
class="text-[#af3589] bg-[#af3589]"
/* SCSS */
$brand: #af3589;
/* SwiftUI */
Color(red: 0.686, green: 0.208, blue: 0.537)
/* Android */
Color.parseColor("#af3589")Accessibility — WCAG contrast
Aa
#af3589 on white: 5.69:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#af3589 on black: 3.69:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green20.8%
Blue53.7%
CMYK percentages
Cyan0.0%
Magenta69.7%
Yellow21.7%
Key (black)31.4%
Color previews
#af3589 text on a black background
contrast 3.69:1
Card sample
#af3589 text on a white background
contrast 5.69:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af3589;
Background color
Panel with #af3589 background
background-color: #af3589;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af3589;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 53, 137, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 53, 137, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af3589; background: linear-gradient(135deg, #af3589, #AF3538);