#a80f4d
a dark, electric magenta / pink · warm · closest name: crimson
RGB
168, 15, 77
HSL
336°, 84%, 36%
CMYK
0, 91, 54, 34
Luminance
0.0920
Every format
| HEX | #a80f4d |
| RGB | rgb(168, 15, 77) |
| HSL | hsl(336, 84%, 36%) |
| CMYK | cmyk(0%, 91%, 54%, 34%) |
| LAB | lab(36.4 59.6 7.0) |
| LCH | lch(36.4 60.0 6.7) |
| OKLCH | oklch(0.475 0.183 5.7) |
Copy-ready code
/* CSS */
color: #a80f4d;
background-color: #a80f4d;
/* Tailwind (arbitrary) */
class="text-[#a80f4d] bg-[#a80f4d]"
/* SCSS */
$brand: #a80f4d;
/* SwiftUI */
Color(red: 0.659, green: 0.059, blue: 0.302)
/* Android */
Color.parseColor("#a80f4d")Accessibility — WCAG contrast
Aa
#a80f4d on white: 7.39:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#a80f4d on black: 2.84:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red65.9%
Green5.9%
Blue30.2%
CMYK percentages
Cyan0.0%
Magenta91.1%
Yellow54.2%
Key (black)34.1%
Color previews
#a80f4d text on a black background
contrast 2.84:1
Card sample
#a80f4d text on a white background
contrast 7.39:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #a80f4d;
Background color
Panel with #a80f4d background
background-color: #a80f4d;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #a80f4d;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(168, 15, 77, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(168, 15, 77, 0.45);
Border & gradient
Gradient panel
border: 3px solid #a80f4d; background: linear-gradient(135deg, #a80f4d, #A8370F);