#af197e
a dark, electric magenta / pink · warm · closest name: purple
RGB
175, 25, 126
HSL
320°, 75%, 39%
CMYK
0, 86, 28, 31
Luminance
0.1132
Every format
| HEX | #af197e |
| RGB | rgb(175, 25, 126) |
| HSL | hsl(320, 75%, 39%) |
| CMYK | cmyk(0%, 86%, 28%, 31%) |
| LAB | lab(40.1 64.2 -18.4) |
| LCH | lch(40.1 66.8 344.0) |
| OKLCH | oklch(0.511 0.202 346.0) |
Copy-ready code
/* CSS */
color: #af197e;
background-color: #af197e;
/* Tailwind (arbitrary) */
class="text-[#af197e] bg-[#af197e]"
/* SCSS */
$brand: #af197e;
/* SwiftUI */
Color(red: 0.686, green: 0.098, blue: 0.494)
/* Android */
Color.parseColor("#af197e")Accessibility — WCAG contrast
Aa
#af197e on white: 6.44:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#af197e on black: 3.26:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green9.8%
Blue49.4%
CMYK percentages
Cyan0.0%
Magenta85.7%
Yellow28.0%
Key (black)31.4%
Color previews
#af197e text on a black background
contrast 3.26:1
Card sample
#af197e text on a white background
contrast 6.44:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af197e;
Background color
Panel with #af197e background
background-color: #af197e;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af197e;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 25, 126, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 25, 126, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af197e; background: linear-gradient(135deg, #af197e, #AF191A);