#a07821
a dark, vivid yellow · warm · closest name: peru
RGB
160, 120, 33
HSL
41°, 66%, 38%
CMYK
0, 25, 79, 37
Luminance
0.2102
Every format
| HEX | #a07821 |
| RGB | rgb(160, 120, 33) |
| HSL | hsl(41, 66%, 38%) |
| CMYK | cmyk(0%, 25%, 79%, 37%) |
| LAB | lab(53.0 7.3 50.5) |
| LCH | lch(53.0 51.0 81.7) |
| OKLCH | oklch(0.597 0.111 82.2) |
Copy-ready code
/* CSS */
color: #a07821;
background-color: #a07821;
/* Tailwind (arbitrary) */
class="text-[#a07821] bg-[#a07821]"
/* SCSS */
$brand: #a07821;
/* SwiftUI */
Color(red: 0.627, green: 0.471, blue: 0.129)
/* Android */
Color.parseColor("#a07821")Accessibility — WCAG contrast
Aa
#a07821 on white: 4.04:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#a07821 on black: 5.20:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red62.7%
Green47.1%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta25.0%
Yellow79.4%
Key (black)37.3%
Color previews
#a07821 text on a black background
contrast 5.20:1
Card sample
#a07821 text on a white background
contrast 4.04:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #a07821;
Background color
Panel with #a07821 background
background-color: #a07821;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #a07821;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(160, 120, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(160, 120, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #a07821; background: linear-gradient(135deg, #a07821, #73A021);