#a98921
a dark, vivid yellow · cool · closest name: olive
RGB
169, 137, 33
HSL
46°, 67%, 40%
CMYK
0, 19, 81, 34
Luminance
0.2644
Every format
| HEX | #a98921 |
| RGB | rgb(169, 137, 33) |
| HSL | hsl(46, 67%, 40%) |
| CMYK | cmyk(0%, 19%, 81%, 34%) |
| LAB | lab(58.5 1.9 55.8) |
| LCH | lch(58.5 55.9 88.0) |
| OKLCH | oklch(0.643 0.121 90.4) |
Copy-ready code
/* CSS */
color: #a98921;
background-color: #a98921;
/* Tailwind (arbitrary) */
class="text-[#a98921] bg-[#a98921]"
/* SCSS */
$brand: #a98921;
/* SwiftUI */
Color(red: 0.663, green: 0.537, blue: 0.129)
/* Android */
Color.parseColor("#a98921")Accessibility — WCAG contrast
Aa
#a98921 on white: 3.34:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#a98921 on black: 6.29:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red66.3%
Green53.7%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta18.9%
Yellow80.5%
Key (black)33.7%
Color previews
#a98921 text on a black background
contrast 6.29:1
Card sample
#a98921 text on a white background
contrast 3.34:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #a98921;
Background color
Panel with #a98921 background
background-color: #a98921;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #a98921;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(169, 137, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(169, 137, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #a98921; background: linear-gradient(135deg, #a98921, #6EA921);