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