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