#a88b21
a dark, vivid yellow · cool · closest name: olive
RGB
168, 139, 33
HSL
47°, 67%, 39%
CMYK
0, 17, 80, 34
Luminance
0.2690
Every format
| HEX | #a88b21 |
| RGB | rgb(168, 139, 33) |
| HSL | hsl(47, 67%, 39%) |
| CMYK | cmyk(0%, 17%, 80%, 34%) |
| LAB | lab(58.9 0.4 56.2) |
| LCH | lch(58.9 56.2 89.6) |
| OKLCH | oklch(0.646 0.122 92.5) |
Copy-ready code
/* CSS */
color: #a88b21;
background-color: #a88b21;
/* Tailwind (arbitrary) */
class="text-[#a88b21] bg-[#a88b21]"
/* SCSS */
$brand: #a88b21;
/* SwiftUI */
Color(red: 0.659, green: 0.545, blue: 0.129)
/* Android */
Color.parseColor("#a88b21")Accessibility — WCAG contrast
Aa
#a88b21 on white: 3.29:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#a88b21 on black: 6.38:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red65.9%
Green54.5%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta17.3%
Yellow80.4%
Key (black)34.1%
Color previews
#a88b21 text on a black background
contrast 6.38:1
Card sample
#a88b21 text on a white background
contrast 3.29:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #a88b21;
Background color
Panel with #a88b21 background
background-color: #a88b21;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #a88b21;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(168, 139, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(168, 139, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #a88b21; background: linear-gradient(135deg, #a88b21, #6BA821);