#a48c17
a dark, electric yellow · cool · closest name: olive
RGB
164, 140, 23
HSL
50°, 75%, 37%
CMYK
0, 15, 86, 36
Luminance
0.2671
Every format
| HEX | #a48c17 |
| RGB | rgb(164, 140, 23) |
| HSL | hsl(50, 75%, 37%) |
| CMYK | cmyk(0%, 15%, 86%, 36%) |
| LAB | lab(58.7 -2.3 58.9) |
| LCH | lch(58.7 58.9 92.3) |
| OKLCH | oklch(0.643 0.127 96.2) |
Copy-ready code
/* CSS */
color: #a48c17;
background-color: #a48c17;
/* Tailwind (arbitrary) */
class="text-[#a48c17] bg-[#a48c17]"
/* SCSS */
$brand: #a48c17;
/* SwiftUI */
Color(red: 0.643, green: 0.549, blue: 0.090)
/* Android */
Color.parseColor("#a48c17")Accessibility — WCAG contrast
Aa
#a48c17 on white: 3.31:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#a48c17 on black: 6.34:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red64.3%
Green54.9%
Blue9.0%
CMYK percentages
Cyan0.0%
Magenta14.6%
Yellow86.0%
Key (black)35.7%
Color previews
#a48c17 text on a black background
contrast 6.34:1
Card sample
#a48c17 text on a white background
contrast 3.31:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #a48c17;
Background color
Panel with #a48c17 background
background-color: #a48c17;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #a48c17;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(164, 140, 23, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(164, 140, 23, 0.45);
Border & gradient
Gradient panel
border: 3px solid #a48c17; background: linear-gradient(135deg, #a48c17, #5EA417);