#a48421
a dark, vivid yellow · cool · closest name: olive
RGB
164, 132, 33
HSL
45°, 67%, 39%
CMYK
0, 20, 80, 36
Luminance
0.2450
Every format
| HEX | #a48421 |
| RGB | rgb(164, 132, 33) |
| HSL | hsl(45, 67%, 39%) |
| CMYK | cmyk(0%, 20%, 80%, 36%) |
| LAB | lab(56.6 2.4 54.0) |
| LCH | lch(56.6 54.0 87.4) |
| OKLCH | oklch(0.627 0.117 89.6) |
Copy-ready code
/* CSS */
color: #a48421;
background-color: #a48421;
/* Tailwind (arbitrary) */
class="text-[#a48421] bg-[#a48421]"
/* SCSS */
$brand: #a48421;
/* SwiftUI */
Color(red: 0.643, green: 0.518, blue: 0.129)
/* Android */
Color.parseColor("#a48421")Accessibility — WCAG contrast
Aa
#a48421 on white: 3.56:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#a48421 on black: 5.90:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red64.3%
Green51.8%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta19.5%
Yellow79.9%
Key (black)35.7%
Color previews
#a48421 text on a black background
contrast 5.90:1
Card sample
#a48421 text on a white background
contrast 3.56:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #a48421;
Background color
Panel with #a48421 background
background-color: #a48421;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #a48421;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(164, 132, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(164, 132, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #a48421; background: linear-gradient(135deg, #a48421, #6DA421);