#af173f
a dark, electric magenta / pink · warm · closest name: firebrick
RGB
175, 23, 63
HSL
344°, 77%, 39%
CMYK
0, 87, 64, 31
Luminance
0.1009
Every format
| HEX | #af173f |
| RGB | rgb(175, 23, 63) |
| HSL | hsl(344, 77%, 39%) |
| CMYK | cmyk(0%, 87%, 64%, 31%) |
| LAB | lab(38.0 59.0 18.5) |
| LCH | lch(38.0 61.8 17.4) |
| OKLCH | oklch(0.489 0.183 14.2) |
Copy-ready code
/* CSS */
color: #af173f;
background-color: #af173f;
/* Tailwind (arbitrary) */
class="text-[#af173f] bg-[#af173f]"
/* SCSS */
$brand: #af173f;
/* SwiftUI */
Color(red: 0.686, green: 0.090, blue: 0.247)
/* Android */
Color.parseColor("#af173f")Accessibility — WCAG contrast
Aa
#af173f on white: 6.96:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#af173f on black: 3.02:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green9.0%
Blue24.7%
CMYK percentages
Cyan0.0%
Magenta86.9%
Yellow64.0%
Key (black)31.4%
Color previews
#af173f text on a black background
contrast 3.02:1
Card sample
#af173f text on a white background
contrast 6.96:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af173f;
Background color
Panel with #af173f background
background-color: #af173f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af173f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 23, 63, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 23, 63, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af173f; background: linear-gradient(135deg, #af173f, #AF5417);