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