#a38521
a dark, vivid yellow · cool · closest name: olive
RGB
163, 133, 33
HSL
46°, 66%, 38%
CMYK
0, 18, 80, 36
Luminance
0.2467
Every format
| HEX | #a38521 |
| RGB | rgb(163, 133, 33) |
| HSL | hsl(46, 66%, 38%) |
| CMYK | cmyk(0%, 18%, 80%, 36%) |
| LAB | lab(56.8 1.4 54.1) |
| LCH | lch(56.8 54.1 88.5) |
| OKLCH | oklch(0.628 0.117 91.0) |
Copy-ready code
/* CSS */
color: #a38521;
background-color: #a38521;
/* Tailwind (arbitrary) */
class="text-[#a38521] bg-[#a38521]"
/* SCSS */
$brand: #a38521;
/* SwiftUI */
Color(red: 0.639, green: 0.522, blue: 0.129)
/* Android */
Color.parseColor("#a38521")Accessibility — WCAG contrast
Aa
#a38521 on white: 3.54:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#a38521 on black: 5.93:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red63.9%
Green52.2%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta18.4%
Yellow79.8%
Key (black)36.1%
Color previews
#a38521 text on a black background
contrast 5.93:1
Card sample
#a38521 text on a white background
contrast 3.54:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #a38521;
Background color
Panel with #a38521 background
background-color: #a38521;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #a38521;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(163, 133, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(163, 133, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #a38521; background: linear-gradient(135deg, #a38521, #6AA321);