#a54821
a dark, vivid orange · warm · closest name: sienna
RGB
165, 72, 33
HSL
18°, 67%, 39%
CMYK
0, 56, 80, 35
Luminance
0.1274
Every format
| HEX | #a54821 |
| RGB | rgb(165, 72, 33) |
| HSL | hsl(18, 67%, 39%) |
| CMYK | cmyk(0%, 56%, 80%, 35%) |
| LAB | lab(42.4 36.1 40.6) |
| LCH | lch(42.4 54.3 48.4) |
| OKLCH | oklch(0.517 0.133 41.5) |
Copy-ready code
/* CSS */
color: #a54821;
background-color: #a54821;
/* Tailwind (arbitrary) */
class="text-[#a54821] bg-[#a54821]"
/* SCSS */
$brand: #a54821;
/* SwiftUI */
Color(red: 0.647, green: 0.282, blue: 0.129)
/* Android */
Color.parseColor("#a54821")Accessibility — WCAG contrast
Aa
#a54821 on white: 5.92:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#a54821 on black: 3.55:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red64.7%
Green28.2%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta56.4%
Yellow80.0%
Key (black)35.3%
Color previews
#a54821 text on a black background
contrast 3.55:1
Card sample
#a54821 text on a white background
contrast 5.92:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #a54821;
Background color
Panel with #a54821 background
background-color: #a54821;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #a54821;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(165, 72, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(165, 72, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #a54821; background: linear-gradient(135deg, #a54821, #A5A021);