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