#a37921
a dark, vivid yellow · warm · closest name: peru
RGB
163, 121, 33
HSL
41°, 66%, 38%
CMYK
0, 26, 80, 36
Luminance
0.2157
Every format
| HEX | #a37921 |
| RGB | rgb(163, 121, 33) |
| HSL | hsl(41, 66%, 38%) |
| CMYK | cmyk(0%, 26%, 80%, 36%) |
| LAB | lab(53.6 8.1 51.1) |
| LCH | lch(53.6 51.8 81.0) |
| OKLCH | oklch(0.603 0.113 81.2) |
Copy-ready code
/* CSS */
color: #a37921;
background-color: #a37921;
/* Tailwind (arbitrary) */
class="text-[#a37921] bg-[#a37921]"
/* SCSS */
$brand: #a37921;
/* SwiftUI */
Color(red: 0.639, green: 0.475, blue: 0.129)
/* Android */
Color.parseColor("#a37921")Accessibility — WCAG contrast
Aa
#a37921 on white: 3.95:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#a37921 on black: 5.31:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red63.9%
Green47.5%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta25.8%
Yellow79.8%
Key (black)36.1%
Color previews
#a37921 text on a black background
contrast 5.31:1
Card sample
#a37921 text on a white background
contrast 3.95:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #a37921;
Background color
Panel with #a37921 background
background-color: #a37921;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #a37921;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(163, 121, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(163, 121, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #a37921; background: linear-gradient(135deg, #a37921, #76A321);