#af1997
a dark, electric magenta / pink · warm · closest name: purple
RGB
175, 25, 151
HSL
310°, 75%, 39%
CMYK
0, 86, 14, 31
Luminance
0.1204
Every format
| HEX | #af1997 |
| RGB | rgb(175, 25, 151) |
| HSL | hsl(310, 75%, 39%) |
| CMYK | cmyk(0%, 86%, 14%, 31%) |
| LAB | lab(41.3 67.4 -31.9) |
| LCH | lch(41.3 74.5 334.7) |
| OKLCH | oklch(0.523 0.217 336.3) |
Copy-ready code
/* CSS */
color: #af1997;
background-color: #af1997;
/* Tailwind (arbitrary) */
class="text-[#af1997] bg-[#af1997]"
/* SCSS */
$brand: #af1997;
/* SwiftUI */
Color(red: 0.686, green: 0.098, blue: 0.592)
/* Android */
Color.parseColor("#af1997")Accessibility — WCAG contrast
Aa
#af1997 on white: 6.16:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#af1997 on black: 3.41:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green9.8%
Blue59.2%
CMYK percentages
Cyan0.0%
Magenta85.7%
Yellow13.7%
Key (black)31.4%
Color previews
#af1997 text on a black background
contrast 3.41:1
Card sample
#af1997 text on a white background
contrast 6.16:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af1997;
Background color
Panel with #af1997 background
background-color: #af1997;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af1997;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 25, 151, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 25, 151, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af1997; background: linear-gradient(135deg, #af1997, #AF1933);