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