#a96521
a dark, vivid orange · warm · closest name: peru
RGB
169, 101, 33
HSL
30°, 67%, 40%
CMYK
0, 40, 81, 34
Luminance
0.1785
Every format
| HEX | #a96521 |
| RGB | rgb(169, 101, 33) |
| HSL | hsl(30, 67%, 40%) |
| CMYK | cmyk(0%, 40%, 81%, 34%) |
| LAB | lab(49.3 22.1 47.5) |
| LCH | lch(49.3 52.4 65.0) |
| OKLCH | oklch(0.571 0.118 60.7) |
Copy-ready code
/* CSS */
color: #a96521;
background-color: #a96521;
/* Tailwind (arbitrary) */
class="text-[#a96521] bg-[#a96521]"
/* SCSS */
$brand: #a96521;
/* SwiftUI */
Color(red: 0.663, green: 0.396, blue: 0.129)
/* Android */
Color.parseColor("#a96521")Accessibility — WCAG contrast
Aa
#a96521 on white: 4.59:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#a96521 on black: 4.57:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red66.3%
Green39.6%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta40.2%
Yellow80.5%
Key (black)33.7%
Color previews
#a96521 text on a black background
contrast 4.57:1
Card sample
#a96521 text on a white background
contrast 4.59:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #a96521;
Background color
Panel with #a96521 background
background-color: #a96521;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #a96521;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(169, 101, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(169, 101, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #a96521; background: linear-gradient(135deg, #a96521, #92A921);