#a95921
a dark, vivid orange · warm · closest name: sienna
RGB
169, 89, 33
HSL
25°, 67%, 40%
CMYK
0, 47, 81, 34
Luminance
0.1569
Every format
| HEX | #a95921 |
| RGB | rgb(169, 89, 33) |
| HSL | hsl(25, 67%, 40%) |
| CMYK | cmyk(0%, 47%, 81%, 34%) |
| LAB | lab(46.6 28.8 44.9) |
| LCH | lch(46.6 53.3 57.4) |
| OKLCH | oklch(0.550 0.124 51.5) |
Copy-ready code
/* CSS */
color: #a95921;
background-color: #a95921;
/* Tailwind (arbitrary) */
class="text-[#a95921] bg-[#a95921]"
/* SCSS */
$brand: #a95921;
/* SwiftUI */
Color(red: 0.663, green: 0.349, blue: 0.129)
/* Android */
Color.parseColor("#a95921")Accessibility — WCAG contrast
Aa
#a95921 on white: 5.08:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#a95921 on black: 4.14:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red66.3%
Green34.9%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta47.3%
Yellow80.5%
Key (black)33.7%
Color previews
#a95921 text on a black background
contrast 4.14:1
Card sample
#a95921 text on a white background
contrast 5.08:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #a95921;
Background color
Panel with #a95921 background
background-color: #a95921;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #a95921;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(169, 89, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(169, 89, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #a95921; background: linear-gradient(135deg, #a95921, #9EA921);