#a09c21
a dark, vivid yellow · cool · closest name: olive
RGB
160, 156, 33
HSL
58°, 66%, 38%
CMYK
0, 3, 79, 37
Luminance
0.3136
Every format
| HEX | #a09c21 |
| RGB | rgb(160, 156, 33) |
| HSL | hsl(58, 66%, 38%) |
| CMYK | cmyk(0%, 3%, 79%, 37%) |
| LAB | lab(62.8 -12.4 59.4) |
| LCH | lch(62.8 60.7 101.8) |
| OKLCH | oklch(0.675 0.135 107.6) |
Copy-ready code
/* CSS */
color: #a09c21;
background-color: #a09c21;
/* Tailwind (arbitrary) */
class="text-[#a09c21] bg-[#a09c21]"
/* SCSS */
$brand: #a09c21;
/* SwiftUI */
Color(red: 0.627, green: 0.612, blue: 0.129)
/* Android */
Color.parseColor("#a09c21")Accessibility — WCAG contrast
Aa
#a09c21 on white: 2.89:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#a09c21 on black: 7.27:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red62.7%
Green61.2%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta2.5%
Yellow79.4%
Key (black)37.3%
Color previews
#a09c21 text on a black background
contrast 7.27:1
Card sample
#a09c21 text on a white background
contrast 2.89:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #a09c21;
Background color
Panel with #a09c21 background
background-color: #a09c21;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #a09c21;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(160, 156, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(160, 156, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #a09c21; background: linear-gradient(135deg, #a09c21, #4FA021);