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