#a05521
a dark, vivid orange · warm · closest name: sienna
RGB
160, 85, 33
HSL
25°, 66%, 38%
CMYK
0, 47, 79, 37
Luminance
0.1408
Every format
| HEX | #a05521 |
| RGB | rgb(160, 85, 33) |
| HSL | hsl(25, 66%, 38%) |
| CMYK | cmyk(0%, 47%, 79%, 37%) |
| LAB | lab(44.4 27.1 42.3) |
| LCH | lch(44.4 50.2 57.3) |
| OKLCH | oklch(0.530 0.118 51.6) |
Copy-ready code
/* CSS */
color: #a05521;
background-color: #a05521;
/* Tailwind (arbitrary) */
class="text-[#a05521] bg-[#a05521]"
/* SCSS */
$brand: #a05521;
/* SwiftUI */
Color(red: 0.627, green: 0.333, blue: 0.129)
/* Android */
Color.parseColor("#a05521")Accessibility — WCAG contrast
Aa
#a05521 on white: 5.50:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#a05521 on black: 3.82:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red62.7%
Green33.3%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta46.9%
Yellow79.4%
Key (black)37.3%
Color previews
#a05521 text on a black background
contrast 3.82:1
Card sample
#a05521 text on a white background
contrast 5.50:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #a05521;
Background color
Panel with #a05521 background
background-color: #a05521;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #a05521;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(160, 85, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(160, 85, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #a05521; background: linear-gradient(135deg, #a05521, #96A021);