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