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