#a52844
a dark, vivid red · warm · closest name: firebrick
RGB
165, 40, 68
HSL
347°, 61%, 40%
CMYK
0, 76, 59, 35
Luminance
0.0993
Every format
| HEX | #a52844 |
| RGB | rgb(165, 40, 68) |
| HSL | hsl(347, 61%, 40%) |
| CMYK | cmyk(0%, 76%, 59%, 35%) |
| LAB | lab(37.7 51.9 14.6) |
| LCH | lch(37.7 53.9 15.7) |
| OKLCH | oklch(0.484 0.161 13.0) |
Copy-ready code
/* CSS */
color: #a52844;
background-color: #a52844;
/* Tailwind (arbitrary) */
class="text-[#a52844] bg-[#a52844]"
/* SCSS */
$brand: #a52844;
/* SwiftUI */
Color(red: 0.647, green: 0.157, blue: 0.267)
/* Android */
Color.parseColor("#a52844")Accessibility — WCAG contrast
Aa
#a52844 on white: 7.03:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#a52844 on black: 2.99:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red64.7%
Green15.7%
Blue26.7%
CMYK percentages
Cyan0.0%
Magenta75.8%
Yellow58.8%
Key (black)35.3%
Color previews
#a52844 text on a black background
contrast 2.99:1
Card sample
#a52844 text on a white background
contrast 7.03:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #a52844;
Background color
Panel with #a52844 background
background-color: #a52844;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #a52844;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(165, 40, 68, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(165, 40, 68, 0.45);
Border & gradient
Gradient panel
border: 3px solid #a52844; background: linear-gradient(135deg, #a52844, #A55F28);