#a48e21
a dark, vivid yellow · cool · closest name: olive
RGB
164, 142, 33
HSL
50°, 67%, 39%
CMYK
0, 13, 80, 36
Luminance
0.2735
Every format
| HEX | #a48e21 |
| RGB | rgb(164, 142, 33) |
| HSL | hsl(50, 67%, 39%) |
| CMYK | cmyk(0%, 13%, 80%, 36%) |
| LAB | lab(59.3 -3.1 56.4) |
| LCH | lch(59.3 56.5 93.1) |
| OKLCH | oklch(0.648 0.123 97.0) |
Copy-ready code
/* CSS */
color: #a48e21;
background-color: #a48e21;
/* Tailwind (arbitrary) */
class="text-[#a48e21] bg-[#a48e21]"
/* SCSS */
$brand: #a48e21;
/* SwiftUI */
Color(red: 0.643, green: 0.557, blue: 0.129)
/* Android */
Color.parseColor("#a48e21")Accessibility — WCAG contrast
Aa
#a48e21 on white: 3.25:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#a48e21 on black: 6.47:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red64.3%
Green55.7%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta13.4%
Yellow79.9%
Key (black)35.7%
Color previews
#a48e21 text on a black background
contrast 6.47:1
Card sample
#a48e21 text on a white background
contrast 3.25:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #a48e21;
Background color
Panel with #a48e21 background
background-color: #a48e21;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #a48e21;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(164, 142, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(164, 142, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #a48e21; background: linear-gradient(135deg, #a48e21, #63A421);