#a17921
a dark, vivid yellow · warm · closest name: peru
RGB
161, 121, 33
HSL
41°, 66%, 38%
CMYK
0, 25, 80, 37
Luminance
0.2136
Every format
| HEX | #a17921 |
| RGB | rgb(161, 121, 33) |
| HSL | hsl(41, 66%, 38%) |
| CMYK | cmyk(0%, 25%, 80%, 37%) |
| LAB | lab(53.3 7.2 50.9) |
| LCH | lch(53.3 51.4 81.9) |
| OKLCH | oklch(0.601 0.112 82.5) |
Copy-ready code
/* CSS */
color: #a17921;
background-color: #a17921;
/* Tailwind (arbitrary) */
class="text-[#a17921] bg-[#a17921]"
/* SCSS */
$brand: #a17921;
/* SwiftUI */
Color(red: 0.631, green: 0.475, blue: 0.129)
/* Android */
Color.parseColor("#a17921")Accessibility — WCAG contrast
Aa
#a17921 on white: 3.98:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#a17921 on black: 5.27:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red63.1%
Green47.5%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta24.8%
Yellow79.5%
Key (black)36.9%
Color previews
#a17921 text on a black background
contrast 5.27:1
Card sample
#a17921 text on a white background
contrast 3.98:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #a17921;
Background color
Panel with #a17921 background
background-color: #a17921;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #a17921;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(161, 121, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(161, 121, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #a17921; background: linear-gradient(135deg, #a17921, #73A121);