#a88021
a dark, vivid yellow · warm · closest name: peru
RGB
168, 128, 33
HSL
42°, 67%, 39%
CMYK
0, 24, 80, 34
Luminance
0.2387
Every format
| HEX | #a88021 |
| RGB | rgb(168, 128, 33) |
| HSL | hsl(42, 67%, 39%) |
| CMYK | cmyk(0%, 24%, 80%, 34%) |
| LAB | lab(56.0 6.5 53.5) |
| LCH | lch(56.0 53.9 83.1) |
| OKLCH | oklch(0.623 0.117 84.0) |
Copy-ready code
/* CSS */
color: #a88021;
background-color: #a88021;
/* Tailwind (arbitrary) */
class="text-[#a88021] bg-[#a88021]"
/* SCSS */
$brand: #a88021;
/* SwiftUI */
Color(red: 0.659, green: 0.502, blue: 0.129)
/* Android */
Color.parseColor("#a88021")Accessibility — WCAG contrast
Aa
#a88021 on white: 3.64:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#a88021 on black: 5.77:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red65.9%
Green50.2%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta23.8%
Yellow80.4%
Key (black)34.1%
Color previews
#a88021 text on a black background
contrast 5.77:1
Card sample
#a88021 text on a white background
contrast 3.64:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #a88021;
Background color
Panel with #a88021 background
background-color: #a88021;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #a88021;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(168, 128, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(168, 128, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #a88021; background: linear-gradient(135deg, #a88021, #76A821);