#af0d4f
a dark, electric magenta / pink · warm · closest name: crimson
RGB
175, 13, 79
HSL
336°, 86%, 37%
CMYK
0, 93, 55, 31
Luminance
0.0997
Every format
| HEX | #af0d4f |
| RGB | rgb(175, 13, 79) |
| HSL | hsl(336, 86%, 37%) |
| CMYK | cmyk(0%, 93%, 55%, 31%) |
| LAB | lab(37.8 61.7 7.9) |
| LCH | lch(37.8 62.2 7.3) |
| OKLCH | oklch(0.488 0.190 6.2) |
Copy-ready code
/* CSS */
color: #af0d4f;
background-color: #af0d4f;
/* Tailwind (arbitrary) */
class="text-[#af0d4f] bg-[#af0d4f]"
/* SCSS */
$brand: #af0d4f;
/* SwiftUI */
Color(red: 0.686, green: 0.051, blue: 0.310)
/* Android */
Color.parseColor("#af0d4f")Accessibility — WCAG contrast
Aa
#af0d4f on white: 7.02:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#af0d4f on black: 2.99:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green5.1%
Blue31.0%
CMYK percentages
Cyan0.0%
Magenta92.6%
Yellow54.9%
Key (black)31.4%
Color previews
#af0d4f text on a black background
contrast 2.99:1
Card sample
#af0d4f text on a white background
contrast 7.02:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af0d4f;
Background color
Panel with #af0d4f background
background-color: #af0d4f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af0d4f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 13, 79, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 13, 79, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af0d4f; background: linear-gradient(135deg, #af0d4f, #AF370D);