#a78421
a dark, vivid yellow · warm · closest name: olive
RGB
167, 132, 33
HSL
44°, 67%, 39%
CMYK
0, 21, 80, 35
Luminance
0.2483
Every format
| HEX | #a78421 |
| RGB | rgb(167, 132, 33) |
| HSL | hsl(44, 67%, 39%) |
| CMYK | cmyk(0%, 21%, 80%, 35%) |
| LAB | lab(56.9 3.8 54.4) |
| LCH | lch(56.9 54.5 86.0) |
| OKLCH | oklch(0.630 0.118 87.8) |
Copy-ready code
/* CSS */
color: #a78421;
background-color: #a78421;
/* Tailwind (arbitrary) */
class="text-[#a78421] bg-[#a78421]"
/* SCSS */
$brand: #a78421;
/* SwiftUI */
Color(red: 0.655, green: 0.518, blue: 0.129)
/* Android */
Color.parseColor("#a78421")Accessibility — WCAG contrast
Aa
#a78421 on white: 3.52:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#a78421 on black: 5.97:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red65.5%
Green51.8%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta21.0%
Yellow80.2%
Key (black)34.5%
Color previews
#a78421 text on a black background
contrast 5.97:1
Card sample
#a78421 text on a white background
contrast 3.52:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #a78421;
Background color
Panel with #a78421 background
background-color: #a78421;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #a78421;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(167, 132, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(167, 132, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #a78421; background: linear-gradient(135deg, #a78421, #71A721);