#a77b21
a dark, vivid yellow · warm · closest name: peru
RGB
167, 123, 33
HSL
40°, 67%, 39%
CMYK
0, 26, 80, 35
Luminance
0.2249
Every format
| HEX | #a77b21 |
| RGB | rgb(167, 123, 33) |
| HSL | hsl(40, 67%, 39%) |
| CMYK | cmyk(0%, 26%, 80%, 35%) |
| LAB | lab(54.5 8.8 52.2) |
| LCH | lch(54.5 53.0 80.4) |
| OKLCH | oklch(0.611 0.115 80.5) |
Copy-ready code
/* CSS */
color: #a77b21;
background-color: #a77b21;
/* Tailwind (arbitrary) */
class="text-[#a77b21] bg-[#a77b21]"
/* SCSS */
$brand: #a77b21;
/* SwiftUI */
Color(red: 0.655, green: 0.482, blue: 0.129)
/* Android */
Color.parseColor("#a77b21")Accessibility — WCAG contrast
Aa
#a77b21 on white: 3.82:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#a77b21 on black: 5.50:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red65.5%
Green48.2%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta26.3%
Yellow80.2%
Key (black)34.5%
Color previews
#a77b21 text on a black background
contrast 5.50:1
Card sample
#a77b21 text on a white background
contrast 3.82:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #a77b21;
Background color
Panel with #a77b21 background
background-color: #a77b21;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #a77b21;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(167, 123, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(167, 123, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #a77b21; background: linear-gradient(135deg, #a77b21, #7AA721);