#a96b21
a dark, vivid orange · warm · closest name: peru
RGB
169, 107, 33
HSL
33°, 67%, 40%
CMYK
0, 37, 81, 34
Luminance
0.1906
Every format
| HEX | #a96b21 |
| RGB | rgb(169, 107, 33) |
| HSL | hsl(33, 67%, 40%) |
| CMYK | cmyk(0%, 37%, 81%, 34%) |
| LAB | lab(50.8 18.8 48.8) |
| LCH | lch(50.8 52.3 69.0) |
| OKLCH | oklch(0.582 0.116 65.7) |
Copy-ready code
/* CSS */
color: #a96b21;
background-color: #a96b21;
/* Tailwind (arbitrary) */
class="text-[#a96b21] bg-[#a96b21]"
/* SCSS */
$brand: #a96b21;
/* SwiftUI */
Color(red: 0.663, green: 0.420, blue: 0.129)
/* Android */
Color.parseColor("#a96b21")Accessibility — WCAG contrast
Aa
#a96b21 on white: 4.36:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#a96b21 on black: 4.81:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red66.3%
Green42.0%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta36.7%
Yellow80.5%
Key (black)33.7%
Color previews
#a96b21 text on a black background
contrast 4.81:1
Card sample
#a96b21 text on a white background
contrast 4.36:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #a96b21;
Background color
Panel with #a96b21 background
background-color: #a96b21;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #a96b21;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(169, 107, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(169, 107, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #a96b21; background: linear-gradient(135deg, #a96b21, #8CA921);