#af0039
a dark, electric magenta / pink · warm · closest name: firebrick
RGB
175, 0, 57
HSL
341°, 100%, 34%
CMYK
0, 100, 67, 31
Luminance
0.0941
Every format
| HEX | #af0039 |
| RGB | rgb(175, 0, 57) |
| HSL | hsl(341, 100%, 34%) |
| CMYK | cmyk(0%, 100%, 67%, 31%) |
| LAB | lab(36.8 61.9 20.7) |
| LCH | lch(36.8 65.3 18.5) |
| OKLCH | oklch(0.479 0.192 14.9) |
Copy-ready code
/* CSS */
color: #af0039;
background-color: #af0039;
/* Tailwind (arbitrary) */
class="text-[#af0039] bg-[#af0039]"
/* SCSS */
$brand: #af0039;
/* SwiftUI */
Color(red: 0.686, green: 0.000, blue: 0.224)
/* Android */
Color.parseColor("#af0039")Accessibility — WCAG contrast
Aa
#af0039 on white: 7.29:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#af0039 on black: 2.88:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green0.0%
Blue22.4%
CMYK percentages
Cyan0.0%
Magenta100.0%
Yellow67.4%
Key (black)31.4%
Color previews
#af0039 text on a black background
contrast 2.88:1
Card sample
#af0039 text on a white background
contrast 7.29:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af0039;
Background color
Panel with #af0039 background
background-color: #af0039;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af0039;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 0, 57, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 0, 57, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af0039; background: linear-gradient(135deg, #af0039, #AF3C00);