#af1475
a dark, electric magenta / pink · warm · closest name: purple
RGB
175, 20, 117
HSL
323°, 80%, 38%
CMYK
0, 89, 33, 31
Luminance
0.1090
Every format
| HEX | #af1475 |
| RGB | rgb(175, 20, 117) |
| HSL | hsl(323, 80%, 38%) |
| CMYK | cmyk(0%, 89%, 33%, 31%) |
| LAB | lab(39.4 64.1 -13.8) |
| LCH | lch(39.4 65.6 347.8) |
| OKLCH | oklch(0.504 0.200 349.6) |
Copy-ready code
/* CSS */
color: #af1475;
background-color: #af1475;
/* Tailwind (arbitrary) */
class="text-[#af1475] bg-[#af1475]"
/* SCSS */
$brand: #af1475;
/* SwiftUI */
Color(red: 0.686, green: 0.078, blue: 0.459)
/* Android */
Color.parseColor("#af1475")Accessibility — WCAG contrast
Aa
#af1475 on white: 6.60:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#af1475 on black: 3.18:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green7.8%
Blue45.9%
CMYK percentages
Cyan0.0%
Magenta88.6%
Yellow33.1%
Key (black)31.4%
Color previews
#af1475 text on a black background
contrast 3.18:1
Card sample
#af1475 text on a white background
contrast 6.60:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af1475;
Background color
Panel with #af1475 background
background-color: #af1475;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af1475;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 20, 117, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 20, 117, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af1475; background: linear-gradient(135deg, #af1475, #AF1A14);