#af1467
a dark, electric magenta / pink · warm · closest name: purple
RGB
175, 20, 103
HSL
328°, 80%, 38%
CMYK
0, 89, 41, 31
Luminance
0.1059
Every format
| HEX | #af1467 |
| RGB | rgb(175, 20, 103) |
| HSL | hsl(328, 80%, 38%) |
| CMYK | cmyk(0%, 89%, 41%, 31%) |
| LAB | lab(38.9 62.7 -5.8) |
| LCH | lch(38.9 62.9 354.7) |
| OKLCH | oklch(0.499 0.194 355.7) |
Copy-ready code
/* CSS */
color: #af1467;
background-color: #af1467;
/* Tailwind (arbitrary) */
class="text-[#af1467] bg-[#af1467]"
/* SCSS */
$brand: #af1467;
/* SwiftUI */
Color(red: 0.686, green: 0.078, blue: 0.404)
/* Android */
Color.parseColor("#af1467")Accessibility — WCAG contrast
Aa
#af1467 on white: 6.73:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#af1467 on black: 3.12:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green7.8%
Blue40.4%
CMYK percentages
Cyan0.0%
Magenta88.6%
Yellow41.1%
Key (black)31.4%
Color previews
#af1467 text on a black background
contrast 3.12:1
Card sample
#af1467 text on a white background
contrast 6.73:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af1467;
Background color
Panel with #af1467 background
background-color: #af1467;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af1467;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 20, 103, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 20, 103, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af1467; background: linear-gradient(135deg, #af1467, #AF2814);