#a89021
a dark, vivid yellow · cool · closest name: olive
RGB
168, 144, 33
HSL
49°, 67%, 39%
CMYK
0, 14, 80, 34
Luminance
0.2838
Every format
| HEX | #a89021 |
| RGB | rgb(168, 144, 33) |
| HSL | hsl(49, 67%, 39%) |
| CMYK | cmyk(0%, 14%, 80%, 34%) |
| LAB | lab(60.2 -2.4 57.4) |
| LCH | lch(60.2 57.4 92.4) |
| OKLCH | oklch(0.656 0.125 96.0) |
Copy-ready code
/* CSS */
color: #a89021;
background-color: #a89021;
/* Tailwind (arbitrary) */
class="text-[#a89021] bg-[#a89021]"
/* SCSS */
$brand: #a89021;
/* SwiftUI */
Color(red: 0.659, green: 0.565, blue: 0.129)
/* Android */
Color.parseColor("#a89021")Accessibility — WCAG contrast
Aa
#a89021 on white: 3.15:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#a89021 on black: 6.68:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red65.9%
Green56.5%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta14.3%
Yellow80.4%
Key (black)34.1%
Color previews
#a89021 text on a black background
contrast 6.68:1
Card sample
#a89021 text on a white background
contrast 3.15:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #a89021;
Background color
Panel with #a89021 background
background-color: #a89021;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #a89021;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(168, 144, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(168, 144, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #a89021; background: linear-gradient(135deg, #a89021, #66A821);