#a98721
a dark, vivid yellow · cool · closest name: olive
RGB
169, 135, 33
HSL
45°, 67%, 40%
CMYK
0, 20, 81, 34
Luminance
0.2587
Every format
| HEX | #a98721 |
| RGB | rgb(169, 135, 33) |
| HSL | hsl(45, 67%, 40%) |
| CMYK | cmyk(0%, 20%, 81%, 34%) |
| LAB | lab(57.9 3.0 55.4) |
| LCH | lch(57.9 55.4 86.9) |
| OKLCH | oklch(0.638 0.120 88.9) |
Copy-ready code
/* CSS */
color: #a98721;
background-color: #a98721;
/* Tailwind (arbitrary) */
class="text-[#a98721] bg-[#a98721]"
/* SCSS */
$brand: #a98721;
/* SwiftUI */
Color(red: 0.663, green: 0.529, blue: 0.129)
/* Android */
Color.parseColor("#a98721")Accessibility — WCAG contrast
Aa
#a98721 on white: 3.40:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#a98721 on black: 6.17:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red66.3%
Green52.9%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta20.1%
Yellow80.5%
Key (black)33.7%
Color previews
#a98721 text on a black background
contrast 6.17:1
Card sample
#a98721 text on a white background
contrast 3.40:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #a98721;
Background color
Panel with #a98721 background
background-color: #a98721;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #a98721;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(169, 135, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(169, 135, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #a98721; background: linear-gradient(135deg, #a98721, #70A921);