#a97d21
a dark, vivid yellow · warm · closest name: peru
RGB
169, 125, 33
HSL
41°, 67%, 40%
CMYK
0, 26, 81, 34
Luminance
0.2321
Every format
| HEX | #a97d21 |
| RGB | rgb(169, 125, 33) |
| HSL | hsl(41, 67%, 40%) |
| CMYK | cmyk(0%, 26%, 81%, 34%) |
| LAB | lab(55.3 8.6 53.0) |
| LCH | lch(55.3 53.7 80.8) |
| OKLCH | oklch(0.618 0.116 81.0) |
Copy-ready code
/* CSS */
color: #a97d21;
background-color: #a97d21;
/* Tailwind (arbitrary) */
class="text-[#a97d21] bg-[#a97d21]"
/* SCSS */
$brand: #a97d21;
/* SwiftUI */
Color(red: 0.663, green: 0.490, blue: 0.129)
/* Android */
Color.parseColor("#a97d21")Accessibility — WCAG contrast
Aa
#a97d21 on white: 3.72:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#a97d21 on black: 5.64:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red66.3%
Green49.0%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta26.0%
Yellow80.5%
Key (black)33.7%
Color previews
#a97d21 text on a black background
contrast 5.64:1
Card sample
#a97d21 text on a white background
contrast 3.72:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #a97d21;
Background color
Panel with #a97d21 background
background-color: #a97d21;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #a97d21;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(169, 125, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(169, 125, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #a97d21; background: linear-gradient(135deg, #a97d21, #7AA921);