#af1492
a dark, electric magenta / pink · warm · closest name: purple
RGB
175, 20, 146
HSL
311°, 80%, 38%
CMYK
0, 89, 17, 31
Luminance
0.1169
Every format
| HEX | #af1492 |
| RGB | rgb(175, 20, 146) |
| HSL | hsl(311, 80%, 38%) |
| CMYK | cmyk(0%, 89%, 17%, 31%) |
| LAB | lab(40.7 67.6 -29.7) |
| LCH | lch(40.7 73.9 336.3) |
| OKLCH | oklch(0.518 0.216 338.1) |
Copy-ready code
/* CSS */
color: #af1492;
background-color: #af1492;
/* Tailwind (arbitrary) */
class="text-[#af1492] bg-[#af1492]"
/* SCSS */
$brand: #af1492;
/* SwiftUI */
Color(red: 0.686, green: 0.078, blue: 0.573)
/* Android */
Color.parseColor("#af1492")Accessibility — WCAG contrast
Aa
#af1492 on white: 6.29:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#af1492 on black: 3.34:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green7.8%
Blue57.3%
CMYK percentages
Cyan0.0%
Magenta88.6%
Yellow16.6%
Key (black)31.4%
Color previews
#af1492 text on a black background
contrast 3.34:1
Card sample
#af1492 text on a white background
contrast 6.29:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af1492;
Background color
Panel with #af1492 background
background-color: #af1492;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af1492;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 20, 146, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 20, 146, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af1492; background: linear-gradient(135deg, #af1492, #AF142B);