#a54c21
a dark, vivid orange · warm · closest name: sienna
RGB
165, 76, 33
HSL
20°, 67%, 39%
CMYK
0, 54, 80, 35
Luminance
0.1328
Every format
| HEX | #a54c21 |
| RGB | rgb(165, 76, 33) |
| HSL | hsl(20, 67%, 39%) |
| CMYK | cmyk(0%, 54%, 80%, 35%) |
| LAB | lab(43.2 34.0 41.4) |
| LCH | lch(43.2 53.6 50.6) |
| OKLCH | oklch(0.523 0.130 43.9) |
Copy-ready code
/* CSS */
color: #a54c21;
background-color: #a54c21;
/* Tailwind (arbitrary) */
class="text-[#a54c21] bg-[#a54c21]"
/* SCSS */
$brand: #a54c21;
/* SwiftUI */
Color(red: 0.647, green: 0.298, blue: 0.129)
/* Android */
Color.parseColor("#a54c21")Accessibility — WCAG contrast
Aa
#a54c21 on white: 5.74:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#a54c21 on black: 3.66:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red64.7%
Green29.8%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta53.9%
Yellow80.0%
Key (black)35.3%
Color previews
#a54c21 text on a black background
contrast 3.66:1
Card sample
#a54c21 text on a white background
contrast 5.74:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #a54c21;
Background color
Panel with #a54c21 background
background-color: #a54c21;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #a54c21;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(165, 76, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(165, 76, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #a54c21; background: linear-gradient(135deg, #a54c21, #A5A421);