#a28521
a dark, vivid yellow · cool · closest name: olive
RGB
162, 133, 33
HSL
47°, 66%, 38%
CMYK
0, 18, 80, 37
Luminance
0.2457
Every format
| HEX | #a28521 |
| RGB | rgb(162, 133, 33) |
| HSL | hsl(47, 66%, 38%) |
| CMYK | cmyk(0%, 18%, 80%, 37%) |
| LAB | lab(56.6 0.9 53.9) |
| LCH | lch(56.6 53.9 89.0) |
| OKLCH | oklch(0.627 0.117 91.6) |
Copy-ready code
/* CSS */
color: #a28521;
background-color: #a28521;
/* Tailwind (arbitrary) */
class="text-[#a28521] bg-[#a28521]"
/* SCSS */
$brand: #a28521;
/* SwiftUI */
Color(red: 0.635, green: 0.522, blue: 0.129)
/* Android */
Color.parseColor("#a28521")Accessibility — WCAG contrast
Aa
#a28521 on white: 3.55:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#a28521 on black: 5.91:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red63.5%
Green52.2%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta17.9%
Yellow79.6%
Key (black)36.5%
Color previews
#a28521 text on a black background
contrast 5.91:1
Card sample
#a28521 text on a white background
contrast 3.55:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #a28521;
Background color
Panel with #a28521 background
background-color: #a28521;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #a28521;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(162, 133, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(162, 133, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #a28521; background: linear-gradient(135deg, #a28521, #69A221);