#a69021
a dark, vivid yellow · cool · closest name: olive
RGB
166, 144, 33
HSL
50°, 67%, 39%
CMYK
0, 13, 80, 35
Luminance
0.2816
Every format
| HEX | #a69021 |
| RGB | rgb(166, 144, 33) |
| HSL | hsl(50, 67%, 39%) |
| CMYK | cmyk(0%, 13%, 80%, 35%) |
| LAB | lab(60.0 -3.3 57.1) |
| LCH | lch(60.0 57.2 93.3) |
| OKLCH | oklch(0.654 0.125 97.2) |
Copy-ready code
/* CSS */
color: #a69021;
background-color: #a69021;
/* Tailwind (arbitrary) */
class="text-[#a69021] bg-[#a69021]"
/* SCSS */
$brand: #a69021;
/* SwiftUI */
Color(red: 0.651, green: 0.565, blue: 0.129)
/* Android */
Color.parseColor("#a69021")Accessibility — WCAG contrast
Aa
#a69021 on white: 3.17:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#a69021 on black: 6.63:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red65.1%
Green56.5%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta13.3%
Yellow80.1%
Key (black)34.9%
Color previews
#a69021 text on a black background
contrast 6.63:1
Card sample
#a69021 text on a white background
contrast 3.17:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #a69021;
Background color
Panel with #a69021 background
background-color: #a69021;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #a69021;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(166, 144, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(166, 144, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #a69021; background: linear-gradient(135deg, #a69021, #63A621);