#a49430
a dark, vivid yellow · cool · closest name: olive
RGB
164, 148, 48
HSL
52°, 55%, 42%
CMYK
0, 10, 71, 36
Luminance
0.2929
Every format
| HEX | #a49430 |
| RGB | rgb(164, 148, 48) |
| HSL | hsl(52, 55%, 42%) |
| CMYK | cmyk(0%, 10%, 71%, 36%) |
| LAB | lab(61.0 -5.7 52.5) |
| LCH | lch(61.0 52.8 96.2) |
| OKLCH | oklch(0.662 0.119 100.0) |
Copy-ready code
/* CSS */
color: #a49430;
background-color: #a49430;
/* Tailwind (arbitrary) */
class="text-[#a49430] bg-[#a49430]"
/* SCSS */
$brand: #a49430;
/* SwiftUI */
Color(red: 0.643, green: 0.580, blue: 0.188)
/* Android */
Color.parseColor("#a49430")Accessibility — WCAG contrast
Aa
#a49430 on white: 3.06:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#a49430 on black: 6.86:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red64.3%
Green58.0%
Blue18.8%
CMYK percentages
Cyan0.0%
Magenta9.8%
Yellow70.7%
Key (black)35.7%
Color previews
#a49430 text on a black background
contrast 6.86:1
Card sample
#a49430 text on a white background
contrast 3.06:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #a49430;
Background color
Panel with #a49430 background
background-color: #a49430;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #a49430;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(164, 148, 48, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(164, 148, 48, 0.45);
Border & gradient
Gradient panel
border: 3px solid #a49430; background: linear-gradient(135deg, #a49430, #67A430);