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