#af032f
a dark, electric magenta / pink · warm · closest name: firebrick
RGB
175, 3, 47
HSL
345°, 97%, 35%
CMYK
0, 98, 73, 31
Luminance
0.0938
Every format
| HEX | #af032f |
| RGB | rgb(175, 3, 47) |
| HSL | hsl(345, 97%, 35%) |
| CMYK | cmyk(0%, 98%, 73%, 31%) |
| LAB | lab(36.7 61.1 27.1) |
| LCH | lch(36.7 66.8 23.9) |
| OKLCH | oklch(0.478 0.191 18.9) |
Copy-ready code
/* CSS */
color: #af032f;
background-color: #af032f;
/* Tailwind (arbitrary) */
class="text-[#af032f] bg-[#af032f]"
/* SCSS */
$brand: #af032f;
/* SwiftUI */
Color(red: 0.686, green: 0.012, blue: 0.184)
/* Android */
Color.parseColor("#af032f")Accessibility — WCAG contrast
Aa
#af032f on white: 7.30:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#af032f on black: 2.88:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green1.2%
Blue18.4%
CMYK percentages
Cyan0.0%
Magenta98.3%
Yellow73.1%
Key (black)31.4%
Color previews
#af032f text on a black background
contrast 2.88:1
Card sample
#af032f text on a white background
contrast 7.30:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af032f;
Background color
Panel with #af032f background
background-color: #af032f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af032f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 3, 47, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 3, 47, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af032f; background: linear-gradient(135deg, #af032f, #AF4A03);