#a77f21
a dark, vivid yellow · warm · closest name: peru
RGB
167, 127, 33
HSL
42°, 67%, 39%
CMYK
0, 24, 80, 35
Luminance
0.2350
Every format
| HEX | #a77f21 |
| RGB | rgb(167, 127, 33) |
| HSL | hsl(42, 67%, 39%) |
| CMYK | cmyk(0%, 24%, 80%, 35%) |
| LAB | lab(55.6 6.6 53.2) |
| LCH | lch(55.6 53.6 82.9) |
| OKLCH | oklch(0.620 0.116 83.8) |
Copy-ready code
/* CSS */
color: #a77f21;
background-color: #a77f21;
/* Tailwind (arbitrary) */
class="text-[#a77f21] bg-[#a77f21]"
/* SCSS */
$brand: #a77f21;
/* SwiftUI */
Color(red: 0.655, green: 0.498, blue: 0.129)
/* Android */
Color.parseColor("#a77f21")Accessibility — WCAG contrast
Aa
#a77f21 on white: 3.68:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#a77f21 on black: 5.70:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red65.5%
Green49.8%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta24.0%
Yellow80.2%
Key (black)34.5%
Color previews
#a77f21 text on a black background
contrast 5.70:1
Card sample
#a77f21 text on a white background
contrast 3.68:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #a77f21;
Background color
Panel with #a77f21 background
background-color: #a77f21;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #a77f21;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(167, 127, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(167, 127, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #a77f21; background: linear-gradient(135deg, #a77f21, #76A721);