#aa7d21
a dark, vivid yellow · warm · closest name: peru
RGB
170, 125, 33
HSL
40°, 68%, 40%
CMYK
0, 27, 81, 33
Luminance
0.2332
Every format
| HEX | #aa7d21 |
| RGB | rgb(170, 125, 33) |
| HSL | hsl(40, 68%, 40%) |
| CMYK | cmyk(0%, 27%, 81%, 33%) |
| LAB | lab(55.4 9.1 53.1) |
| LCH | lch(55.4 53.9 80.3) |
| OKLCH | oklch(0.619 0.117 80.4) |
Copy-ready code
/* CSS */
color: #aa7d21;
background-color: #aa7d21;
/* Tailwind (arbitrary) */
class="text-[#aa7d21] bg-[#aa7d21]"
/* SCSS */
$brand: #aa7d21;
/* SwiftUI */
Color(red: 0.667, green: 0.490, blue: 0.129)
/* Android */
Color.parseColor("#aa7d21")Accessibility — WCAG contrast
Aa
#aa7d21 on white: 3.71:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#aa7d21 on black: 5.66:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red66.7%
Green49.0%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta26.5%
Yellow80.6%
Key (black)33.3%
Color previews
#aa7d21 text on a black background
contrast 5.66:1
Card sample
#aa7d21 text on a white background
contrast 3.71:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #aa7d21;
Background color
Panel with #aa7d21 background
background-color: #aa7d21;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #aa7d21;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(170, 125, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(170, 125, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #aa7d21; background: linear-gradient(135deg, #aa7d21, #7CAA21);