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