#a88621
a dark, vivid yellow · warm · closest name: olive
RGB
168, 134, 33
HSL
45°, 67%, 39%
CMYK
0, 20, 80, 34
Luminance
0.2548
Every format
| HEX | #a88621 |
| RGB | rgb(168, 134, 33) |
| HSL | hsl(45, 67%, 39%) |
| CMYK | cmyk(0%, 20%, 80%, 34%) |
| LAB | lab(57.5 3.1 55.0) |
| LCH | lch(57.5 55.1 86.7) |
| OKLCH | oklch(0.635 0.119 88.8) |
Copy-ready code
/* CSS */
color: #a88621;
background-color: #a88621;
/* Tailwind (arbitrary) */
class="text-[#a88621] bg-[#a88621]"
/* SCSS */
$brand: #a88621;
/* SwiftUI */
Color(red: 0.659, green: 0.525, blue: 0.129)
/* Android */
Color.parseColor("#a88621")Accessibility — WCAG contrast
Aa
#a88621 on white: 3.44:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#a88621 on black: 6.10:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red65.9%
Green52.5%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta20.2%
Yellow80.4%
Key (black)34.1%
Color previews
#a88621 text on a black background
contrast 6.10:1
Card sample
#a88621 text on a white background
contrast 3.44:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #a88621;
Background color
Panel with #a88621 background
background-color: #a88621;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #a88621;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(168, 134, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(168, 134, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #a88621; background: linear-gradient(135deg, #a88621, #70A821);