#a97021
a dark, vivid orange · warm · closest name: peru
RGB
169, 112, 33
HSL
35°, 67%, 40%
CMYK
0, 34, 81, 34
Luminance
0.2013
Every format
| HEX | #a97021 |
| RGB | rgb(169, 112, 33) |
| HSL | hsl(35, 67%, 40%) |
| CMYK | cmyk(0%, 34%, 81%, 34%) |
| LAB | lab(52.0 15.9 50.0) |
| LCH | lch(52.0 52.4 72.3) |
| OKLCH | oklch(0.592 0.115 70.0) |
Copy-ready code
/* CSS */
color: #a97021;
background-color: #a97021;
/* Tailwind (arbitrary) */
class="text-[#a97021] bg-[#a97021]"
/* SCSS */
$brand: #a97021;
/* SwiftUI */
Color(red: 0.663, green: 0.439, blue: 0.129)
/* Android */
Color.parseColor("#a97021")Accessibility — WCAG contrast
Aa
#a97021 on white: 4.18:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#a97021 on black: 5.03:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red66.3%
Green43.9%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta33.7%
Yellow80.5%
Key (black)33.7%
Color previews
#a97021 text on a black background
contrast 5.03:1
Card sample
#a97021 text on a white background
contrast 4.18:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #a97021;
Background color
Panel with #a97021 background
background-color: #a97021;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #a97021;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(169, 112, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(169, 112, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #a97021; background: linear-gradient(135deg, #a97021, #87A921);