#a75521
a dark, vivid orange · warm · closest name: sienna
RGB
167, 85, 33
HSL
23°, 67%, 39%
CMYK
0, 49, 80, 35
Luminance
0.1482
Every format
| HEX | #a75521 |
| RGB | rgb(167, 85, 33) |
| HSL | hsl(23, 67%, 39%) |
| CMYK | cmyk(0%, 49%, 80%, 35%) |
| LAB | lab(45.4 30.1 43.6) |
| LCH | lch(45.4 53.0 55.4) |
| OKLCH | oklch(0.540 0.125 49.3) |
Copy-ready code
/* CSS */
color: #a75521;
background-color: #a75521;
/* Tailwind (arbitrary) */
class="text-[#a75521] bg-[#a75521]"
/* SCSS */
$brand: #a75521;
/* SwiftUI */
Color(red: 0.655, green: 0.333, blue: 0.129)
/* Android */
Color.parseColor("#a75521")Accessibility — WCAG contrast
Aa
#a75521 on white: 5.30:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#a75521 on black: 3.96:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red65.5%
Green33.3%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta49.1%
Yellow80.2%
Key (black)34.5%
Color previews
#a75521 text on a black background
contrast 3.96:1
Card sample
#a75521 text on a white background
contrast 5.30:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #a75521;
Background color
Panel with #a75521 background
background-color: #a75521;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #a75521;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(167, 85, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(167, 85, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #a75521; background: linear-gradient(135deg, #a75521, #A0A721);