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