#af1489
a dark, electric magenta / pink · warm · closest name: purple
RGB
175, 20, 137
HSL
315°, 80%, 38%
CMYK
0, 89, 22, 31
Luminance
0.1142
Every format
| HEX | #af1489 |
| RGB | rgb(175, 20, 137) |
| HSL | hsl(315, 80%, 38%) |
| CMYK | cmyk(0%, 89%, 22%, 31%) |
| LAB | lab(40.3 66.5 -24.9) |
| LCH | lch(40.3 71.0 339.5) |
| OKLCH | oklch(0.513 0.211 341.4) |
Copy-ready code
/* CSS */
color: #af1489;
background-color: #af1489;
/* Tailwind (arbitrary) */
class="text-[#af1489] bg-[#af1489]"
/* SCSS */
$brand: #af1489;
/* SwiftUI */
Color(red: 0.686, green: 0.078, blue: 0.537)
/* Android */
Color.parseColor("#af1489")Accessibility — WCAG contrast
Aa
#af1489 on white: 6.39:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#af1489 on black: 3.28:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green7.8%
Blue53.7%
CMYK percentages
Cyan0.0%
Magenta88.6%
Yellow21.7%
Key (black)31.4%
Color previews
#af1489 text on a black background
contrast 3.28:1
Card sample
#af1489 text on a white background
contrast 6.39:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af1489;
Background color
Panel with #af1489 background
background-color: #af1489;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af1489;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 20, 137, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 20, 137, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af1489; background: linear-gradient(135deg, #af1489, #AF1422);