#a53850
a dark, vivid red · warm · closest name: firebrick
RGB
165, 56, 80
HSL
347°, 49%, 43%
CMYK
0, 66, 52, 35
Luminance
0.1141
Every format
| HEX | #a53850 |
| RGB | rgb(165, 56, 80) |
| HSL | hsl(347, 49%, 43%) |
| CMYK | cmyk(0%, 66%, 52%, 35%) |
| LAB | lab(40.3 46.6 10.5) |
| LCH | lch(40.3 47.8 12.6) |
| OKLCH | oklch(0.503 0.144 10.7) |
Copy-ready code
/* CSS */
color: #a53850;
background-color: #a53850;
/* Tailwind (arbitrary) */
class="text-[#a53850] bg-[#a53850]"
/* SCSS */
$brand: #a53850;
/* SwiftUI */
Color(red: 0.647, green: 0.220, blue: 0.314)
/* Android */
Color.parseColor("#a53850")Accessibility — WCAG contrast
Aa
#a53850 on white: 6.40:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#a53850 on black: 3.28:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red64.7%
Green22.0%
Blue31.4%
CMYK percentages
Cyan0.0%
Magenta66.1%
Yellow51.5%
Key (black)35.3%
Color previews
#a53850 text on a black background
contrast 3.28:1
Card sample
#a53850 text on a white background
contrast 6.40:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #a53850;
Background color
Panel with #a53850 background
background-color: #a53850;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #a53850;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(165, 56, 80, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(165, 56, 80, 0.45);
Border & gradient
Gradient panel
border: 3px solid #a53850; background: linear-gradient(135deg, #a53850, #A56938);