#af1649
a dark, electric magenta / pink · warm · closest name: crimson
RGB
175, 22, 73
HSL
340°, 78%, 39%
CMYK
0, 87, 58, 31
Luminance
0.1017
Every format
| HEX | #af1649 |
| RGB | rgb(175, 22, 73) |
| HSL | hsl(340, 78%, 39%) |
| CMYK | cmyk(0%, 87%, 58%, 31%) |
| LAB | lab(38.1 59.8 12.3) |
| LCH | lch(38.1 61.1 11.6) |
| OKLCH | oklch(0.491 0.184 9.6) |
Copy-ready code
/* CSS */
color: #af1649;
background-color: #af1649;
/* Tailwind (arbitrary) */
class="text-[#af1649] bg-[#af1649]"
/* SCSS */
$brand: #af1649;
/* SwiftUI */
Color(red: 0.686, green: 0.086, blue: 0.286)
/* Android */
Color.parseColor("#af1649")Accessibility — WCAG contrast
Aa
#af1649 on white: 6.92:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#af1649 on black: 3.03:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green8.6%
Blue28.6%
CMYK percentages
Cyan0.0%
Magenta87.4%
Yellow58.3%
Key (black)31.4%
Color previews
#af1649 text on a black background
contrast 3.03:1
Card sample
#af1649 text on a white background
contrast 6.92:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af1649;
Background color
Panel with #af1649 background
background-color: #af1649;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af1649;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 22, 73, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 22, 73, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af1649; background: linear-gradient(135deg, #af1649, #AF4916);