#af3576
a dark, vivid magenta / pink · warm · closest name: purple
RGB
175, 53, 118
HSL
328°, 54%, 45%
CMYK
0, 70, 33, 31
Luminance
0.1297
Every format
| HEX | #af3576 |
| RGB | rgb(175, 53, 118) |
| HSL | hsl(328, 54%, 45%) |
| CMYK | cmyk(0%, 70%, 33%, 31%) |
| LAB | lab(42.7 54.9 -9.5) |
| LCH | lch(42.7 55.7 350.2) |
| OKLCH | oklch(0.528 0.170 351.7) |
Copy-ready code
/* CSS */
color: #af3576;
background-color: #af3576;
/* Tailwind (arbitrary) */
class="text-[#af3576] bg-[#af3576]"
/* SCSS */
$brand: #af3576;
/* SwiftUI */
Color(red: 0.686, green: 0.208, blue: 0.463)
/* Android */
Color.parseColor("#af3576")Accessibility — WCAG contrast
Aa
#af3576 on white: 5.84:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#af3576 on black: 3.59:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green20.8%
Blue46.3%
CMYK percentages
Cyan0.0%
Magenta69.7%
Yellow32.6%
Key (black)31.4%
Color previews
#af3576 text on a black background
contrast 3.59:1
Card sample
#af3576 text on a white background
contrast 5.84:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af3576;
Background color
Panel with #af3576 background
background-color: #af3576;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af3576;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 53, 118, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 53, 118, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af3576; background: linear-gradient(135deg, #af3576, #AF4535);