#af003c
a dark, electric magenta / pink · warm · closest name: firebrick
RGB
175, 0, 60
HSL
339°, 100%, 34%
CMYK
0, 100, 66, 31
Luminance
0.0944
Every format
| HEX | #af003c |
| RGB | rgb(175, 0, 60) |
| HSL | hsl(339, 100%, 34%) |
| CMYK | cmyk(0%, 100%, 66%, 31%) |
| LAB | lab(36.8 62.1 18.9) |
| LCH | lch(36.8 64.9 16.9) |
| OKLCH | oklch(0.480 0.192 13.7) |
Copy-ready code
/* CSS */
color: #af003c;
background-color: #af003c;
/* Tailwind (arbitrary) */
class="text-[#af003c] bg-[#af003c]"
/* SCSS */
$brand: #af003c;
/* SwiftUI */
Color(red: 0.686, green: 0.000, blue: 0.235)
/* Android */
Color.parseColor("#af003c")Accessibility — WCAG contrast
Aa
#af003c on white: 7.27:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#af003c on black: 2.89:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green0.0%
Blue23.5%
CMYK percentages
Cyan0.0%
Magenta100.0%
Yellow65.7%
Key (black)31.4%
Color previews
#af003c text on a black background
contrast 2.89:1
Card sample
#af003c text on a white background
contrast 7.27:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af003c;
Background color
Panel with #af003c background
background-color: #af003c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af003c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 0, 60, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 0, 60, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af003c; background: linear-gradient(135deg, #af003c, #AF3900);