#a80939
a dark, electric magenta / pink · warm · closest name: firebrick
RGB
168, 9, 57
HSL
342°, 90%, 35%
CMYK
0, 95, 66, 34
Luminance
0.0882
Every format
| HEX | #a80939 |
| RGB | rgb(168, 9, 57) |
| HSL | hsl(342, 90%, 35%) |
| CMYK | cmyk(0%, 95%, 66%, 34%) |
| LAB | lab(35.6 59.1 19.0) |
| LCH | lch(35.6 62.1 17.8) |
| OKLCH | oklch(0.469 0.183 14.4) |
Copy-ready code
/* CSS */
color: #a80939;
background-color: #a80939;
/* Tailwind (arbitrary) */
class="text-[#a80939] bg-[#a80939]"
/* SCSS */
$brand: #a80939;
/* SwiftUI */
Color(red: 0.659, green: 0.035, blue: 0.224)
/* Android */
Color.parseColor("#a80939")Accessibility — WCAG contrast
Aa
#a80939 on white: 7.60:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#a80939 on black: 2.76:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red65.9%
Green3.5%
Blue22.4%
CMYK percentages
Cyan0.0%
Magenta94.6%
Yellow66.1%
Key (black)34.1%
Color previews
#a80939 text on a black background
contrast 2.76:1
Card sample
#a80939 text on a white background
contrast 7.60:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #a80939;
Background color
Panel with #a80939 background
background-color: #a80939;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #a80939;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(168, 9, 57, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(168, 9, 57, 0.45);
Border & gradient
Gradient panel
border: 3px solid #a80939; background: linear-gradient(135deg, #a80939, #A84309);