#af3289
a dark, vivid magenta / pink · warm · closest name: purple
RGB
175, 50, 137
HSL
318°, 56%, 44%
CMYK
0, 71, 22, 31
Luminance
0.1320
Every format
| HEX | #af3289 |
| RGB | rgb(175, 50, 137) |
| HSL | hsl(318, 56%, 44%) |
| CMYK | cmyk(0%, 71%, 22%, 31%) |
| LAB | lab(43.1 58.5 -20.6) |
| LCH | lch(43.1 62.0 340.6) |
| OKLCH | oklch(0.533 0.184 342.6) |
Copy-ready code
/* CSS */
color: #af3289;
background-color: #af3289;
/* Tailwind (arbitrary) */
class="text-[#af3289] bg-[#af3289]"
/* SCSS */
$brand: #af3289;
/* SwiftUI */
Color(red: 0.686, green: 0.196, blue: 0.537)
/* Android */
Color.parseColor("#af3289")Accessibility — WCAG contrast
Aa
#af3289 on white: 5.77:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#af3289 on black: 3.64:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green19.6%
Blue53.7%
CMYK percentages
Cyan0.0%
Magenta71.4%
Yellow21.7%
Key (black)31.4%
Color previews
#af3289 text on a black background
contrast 3.64:1
Card sample
#af3289 text on a white background
contrast 5.77:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af3289;
Background color
Panel with #af3289 background
background-color: #af3289;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af3289;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 50, 137, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 50, 137, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af3289; background: linear-gradient(135deg, #af3289, #AF3236);