#af002c
a dark, electric magenta / pink · warm · closest name: firebrick
RGB
175, 0, 44
HSL
345°, 100%, 34%
CMYK
0, 100, 75, 31
Luminance
0.0930
Every format
| HEX | #af002c |
| RGB | rgb(175, 0, 44) |
| HSL | hsl(345, 100%, 34%) |
| CMYK | cmyk(0%, 100%, 75%, 31%) |
| LAB | lab(36.5 61.3 28.8) |
| LCH | lch(36.5 67.7 25.1) |
| OKLCH | oklch(0.477 0.192 19.8) |
Copy-ready code
/* CSS */
color: #af002c;
background-color: #af002c;
/* Tailwind (arbitrary) */
class="text-[#af002c] bg-[#af002c]"
/* SCSS */
$brand: #af002c;
/* SwiftUI */
Color(red: 0.686, green: 0.000, blue: 0.173)
/* Android */
Color.parseColor("#af002c")Accessibility — WCAG contrast
Aa
#af002c on white: 7.34:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#af002c on black: 2.86:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green0.0%
Blue17.3%
CMYK percentages
Cyan0.0%
Magenta100.0%
Yellow74.9%
Key (black)31.4%
Color previews
#af002c text on a black background
contrast 2.86:1
Card sample
#af002c text on a white background
contrast 7.34:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af002c;
Background color
Panel with #af002c background
background-color: #af002c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af002c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 0, 44, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 0, 44, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af002c; background: linear-gradient(135deg, #af002c, #AF4900);