#af3597
a dark, vivid magenta / pink · warm · closest name: purple
RGB
175, 53, 151
HSL
312°, 54%, 45%
CMYK
0, 70, 14, 31
Luminance
0.1389
Every format
| HEX | #af3597 |
| RGB | rgb(175, 53, 151) |
| HSL | hsl(312, 54%, 45%) |
| CMYK | cmyk(0%, 70%, 14%, 31%) |
| LAB | lab(44.1 59.4 -27.5) |
| LCH | lch(44.1 65.5 335.2) |
| OKLCH | oklch(0.543 0.190 336.8) |
Copy-ready code
/* CSS */
color: #af3597;
background-color: #af3597;
/* Tailwind (arbitrary) */
class="text-[#af3597] bg-[#af3597]"
/* SCSS */
$brand: #af3597;
/* SwiftUI */
Color(red: 0.686, green: 0.208, blue: 0.592)
/* Android */
Color.parseColor("#af3597")Accessibility — WCAG contrast
Aa
#af3597 on white: 5.56:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#af3597 on black: 3.78:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green20.8%
Blue59.2%
CMYK percentages
Cyan0.0%
Magenta69.7%
Yellow13.7%
Key (black)31.4%
Color previews
#af3597 text on a black background
contrast 3.78:1
Card sample
#af3597 text on a white background
contrast 5.56:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af3597;
Background color
Panel with #af3597 background
background-color: #af3597;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af3597;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 53, 151, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 53, 151, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af3597; background: linear-gradient(135deg, #af3597, #AF3546);