#a38821
a dark, vivid yellow · cool · closest name: olive
RGB
163, 136, 33
HSL
48°, 66%, 38%
CMYK
0, 17, 80, 36
Luminance
0.2550
Every format
| HEX | #a38821 |
| RGB | rgb(163, 136, 33) |
| HSL | hsl(48, 66%, 38%) |
| CMYK | cmyk(0%, 17%, 80%, 36%) |
| LAB | lab(57.6 -0.3 54.8) |
| LCH | lch(57.6 54.8 90.3) |
| OKLCH | oklch(0.634 0.119 93.3) |
Copy-ready code
/* CSS */
color: #a38821;
background-color: #a38821;
/* Tailwind (arbitrary) */
class="text-[#a38821] bg-[#a38821]"
/* SCSS */
$brand: #a38821;
/* SwiftUI */
Color(red: 0.639, green: 0.533, blue: 0.129)
/* Android */
Color.parseColor("#a38821")Accessibility — WCAG contrast
Aa
#a38821 on white: 3.44:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#a38821 on black: 6.10:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red63.9%
Green53.3%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta16.6%
Yellow79.8%
Key (black)36.1%
Color previews
#a38821 text on a black background
contrast 6.10:1
Card sample
#a38821 text on a white background
contrast 3.44:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #a38821;
Background color
Panel with #a38821 background
background-color: #a38821;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #a38821;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(163, 136, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(163, 136, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #a38821; background: linear-gradient(135deg, #a38821, #67A321);