#af0049
a dark, electric magenta / pink · warm · closest name: crimson
RGB
175, 0, 73
HSL
335°, 100%, 34%
CMYK
0, 100, 58, 31
Luminance
0.0959
Every format
| HEX | #af0049 |
| RGB | rgb(175, 0, 73) |
| HSL | hsl(335, 100%, 34%) |
| CMYK | cmyk(0%, 100%, 58%, 31%) |
| LAB | lab(37.1 62.8 10.8) |
| LCH | lch(37.1 63.8 9.8) |
| OKLCH | oklch(0.483 0.193 8.1) |
Copy-ready code
/* CSS */
color: #af0049;
background-color: #af0049;
/* Tailwind (arbitrary) */
class="text-[#af0049] bg-[#af0049]"
/* SCSS */
$brand: #af0049;
/* SwiftUI */
Color(red: 0.686, green: 0.000, blue: 0.286)
/* Android */
Color.parseColor("#af0049")Accessibility — WCAG contrast
Aa
#af0049 on white: 7.19:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#af0049 on black: 2.92:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green0.0%
Blue28.6%
CMYK percentages
Cyan0.0%
Magenta100.0%
Yellow58.3%
Key (black)31.4%
Color previews
#af0049 text on a black background
contrast 2.92:1
Card sample
#af0049 text on a white background
contrast 7.19:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af0049;
Background color
Panel with #af0049 background
background-color: #af0049;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af0049;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 0, 73, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 0, 73, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af0049; background: linear-gradient(135deg, #af0049, #AF2C00);