#a53c21
a dark, vivid red · warm · closest name: sienna
RGB
165, 60, 33
HSL
12°, 67%, 39%
CMYK
0, 64, 80, 35
Luminance
0.1134
Every format
| HEX | #a53c21 |
| RGB | rgb(165, 60, 33) |
| HSL | hsl(12, 67%, 39%) |
| CMYK | cmyk(0%, 64%, 80%, 35%) |
| LAB | lab(40.1 41.9 38.4) |
| LCH | lch(40.1 56.9 42.5) |
| OKLCH | oklch(0.500 0.144 35.3) |
Copy-ready code
/* CSS */
color: #a53c21;
background-color: #a53c21;
/* Tailwind (arbitrary) */
class="text-[#a53c21] bg-[#a53c21]"
/* SCSS */
$brand: #a53c21;
/* SwiftUI */
Color(red: 0.647, green: 0.235, blue: 0.129)
/* Android */
Color.parseColor("#a53c21")Accessibility — WCAG contrast
Aa
#a53c21 on white: 6.43:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#a53c21 on black: 3.27:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red64.7%
Green23.5%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta63.6%
Yellow80.0%
Key (black)35.3%
Color previews
#a53c21 text on a black background
contrast 3.27:1
Card sample
#a53c21 text on a white background
contrast 6.43:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #a53c21;
Background color
Panel with #a53c21 background
background-color: #a53c21;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #a53c21;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(165, 60, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(165, 60, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #a53c21; background: linear-gradient(135deg, #a53c21, #A59421);