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