#a69521
a dark, vivid yellow · cool · closest name: olive
RGB
166, 149, 33
HSL
52°, 67%, 39%
CMYK
0, 10, 80, 35
Luminance
0.2971
Every format
| HEX | #a69521 |
| RGB | rgb(166, 149, 33) |
| HSL | hsl(52, 67%, 39%) |
| CMYK | cmyk(0%, 10%, 80%, 35%) |
| LAB | lab(61.4 -6.0 58.4) |
| LCH | lch(61.4 58.7 95.9) |
| OKLCH | oklch(0.665 0.129 100.4) |
Copy-ready code
/* CSS */
color: #a69521;
background-color: #a69521;
/* Tailwind (arbitrary) */
class="text-[#a69521] bg-[#a69521]"
/* SCSS */
$brand: #a69521;
/* SwiftUI */
Color(red: 0.651, green: 0.584, blue: 0.129)
/* Android */
Color.parseColor("#a69521")Accessibility — WCAG contrast
Aa
#a69521 on white: 3.02:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#a69521 on black: 6.94:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red65.1%
Green58.4%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta10.2%
Yellow80.1%
Key (black)34.9%
Color previews
#a69521 text on a black background
contrast 6.94:1
Card sample
#a69521 text on a white background
contrast 3.02:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #a69521;
Background color
Panel with #a69521 background
background-color: #a69521;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #a69521;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(166, 149, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(166, 149, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #a69521; background: linear-gradient(135deg, #a69521, #5EA621);