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