#a94521
a dark, vivid orange · warm · closest name: sienna
RGB
169, 69, 33
HSL
16°, 67%, 40%
CMYK
0, 59, 81, 34
Luminance
0.1280
Every format
| HEX | #a94521 |
| RGB | rgb(169, 69, 33) |
| HSL | hsl(16, 67%, 40%) |
| CMYK | cmyk(0%, 59%, 81%, 34%) |
| LAB | lab(42.5 39.1 40.9) |
| LCH | lch(42.5 56.6 46.3) |
| OKLCH | oklch(0.519 0.141 39.1) |
Copy-ready code
/* CSS */
color: #a94521;
background-color: #a94521;
/* Tailwind (arbitrary) */
class="text-[#a94521] bg-[#a94521]"
/* SCSS */
$brand: #a94521;
/* SwiftUI */
Color(red: 0.663, green: 0.271, blue: 0.129)
/* Android */
Color.parseColor("#a94521")Accessibility — WCAG contrast
Aa
#a94521 on white: 5.90:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#a94521 on black: 3.56:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red66.3%
Green27.1%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta59.2%
Yellow80.5%
Key (black)33.7%
Color previews
#a94521 text on a black background
contrast 3.56:1
Card sample
#a94521 text on a white background
contrast 5.90:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #a94521;
Background color
Panel with #a94521 background
background-color: #a94521;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #a94521;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(169, 69, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(169, 69, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #a94521; background: linear-gradient(135deg, #a94521, #A9A021);