#a18a21
a dark, vivid yellow · cool · closest name: olive
RGB
161, 138, 33
HSL
49°, 66%, 38%
CMYK
0, 14, 80, 37
Luminance
0.2586
Every format
| HEX | #a18a21 |
| RGB | rgb(161, 138, 33) |
| HSL | hsl(49, 66%, 38%) |
| CMYK | cmyk(0%, 14%, 80%, 37%) |
| LAB | lab(57.9 -2.3 55.0) |
| LCH | lch(57.9 55.1 92.4) |
| OKLCH | oklch(0.636 0.120 95.9) |
Copy-ready code
/* CSS */
color: #a18a21;
background-color: #a18a21;
/* Tailwind (arbitrary) */
class="text-[#a18a21] bg-[#a18a21]"
/* SCSS */
$brand: #a18a21;
/* SwiftUI */
Color(red: 0.631, green: 0.541, blue: 0.129)
/* Android */
Color.parseColor("#a18a21")Accessibility — WCAG contrast
Aa
#a18a21 on white: 3.40:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#a18a21 on black: 6.17:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red63.1%
Green54.1%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta14.3%
Yellow79.5%
Key (black)36.9%
Color previews
#a18a21 text on a black background
contrast 6.17:1
Card sample
#a18a21 text on a white background
contrast 3.40:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #a18a21;
Background color
Panel with #a18a21 background
background-color: #a18a21;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #a18a21;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(161, 138, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(161, 138, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #a18a21; background: linear-gradient(135deg, #a18a21, #63A121);