#a78521
a dark, vivid yellow · warm · closest name: olive
RGB
167, 133, 33
HSL
45°, 67%, 39%
CMYK
0, 20, 80, 35
Luminance
0.2510
Every format
| HEX | #a78521 |
| RGB | rgb(167, 133, 33) |
| HSL | hsl(45, 67%, 39%) |
| CMYK | cmyk(0%, 20%, 80%, 35%) |
| LAB | lab(57.2 3.2 54.6) |
| LCH | lch(57.2 54.7 86.6) |
| OKLCH | oklch(0.632 0.118 88.6) |
Copy-ready code
/* CSS */
color: #a78521;
background-color: #a78521;
/* Tailwind (arbitrary) */
class="text-[#a78521] bg-[#a78521]"
/* SCSS */
$brand: #a78521;
/* SwiftUI */
Color(red: 0.655, green: 0.522, blue: 0.129)
/* Android */
Color.parseColor("#a78521")Accessibility — WCAG contrast
Aa
#a78521 on white: 3.49:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#a78521 on black: 6.02:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red65.5%
Green52.2%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta20.4%
Yellow80.2%
Key (black)34.5%
Color previews
#a78521 text on a black background
contrast 6.02:1
Card sample
#a78521 text on a white background
contrast 3.49:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #a78521;
Background color
Panel with #a78521 background
background-color: #a78521;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #a78521;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(167, 133, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(167, 133, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #a78521; background: linear-gradient(135deg, #a78521, #70A721);