#a17b21
a dark, vivid yellow · warm · closest name: peru
RGB
161, 123, 33
HSL
42°, 66%, 38%
CMYK
0, 24, 80, 37
Luminance
0.2185
Every format
| HEX | #a17b21 |
| RGB | rgb(161, 123, 33) |
| HSL | hsl(42, 66%, 38%) |
| CMYK | cmyk(0%, 24%, 80%, 37%) |
| LAB | lab(53.9 6.1 51.4) |
| LCH | lch(53.9 51.7 83.2) |
| OKLCH | oklch(0.605 0.112 84.2) |
Copy-ready code
/* CSS */
color: #a17b21;
background-color: #a17b21;
/* Tailwind (arbitrary) */
class="text-[#a17b21] bg-[#a17b21]"
/* SCSS */
$brand: #a17b21;
/* SwiftUI */
Color(red: 0.631, green: 0.482, blue: 0.129)
/* Android */
Color.parseColor("#a17b21")Accessibility — WCAG contrast
Aa
#a17b21 on white: 3.91:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#a17b21 on black: 5.37:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red63.1%
Green48.2%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta23.6%
Yellow79.5%
Key (black)36.9%
Color previews
#a17b21 text on a black background
contrast 5.37:1
Card sample
#a17b21 text on a white background
contrast 3.91:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #a17b21;
Background color
Panel with #a17b21 background
background-color: #a17b21;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #a17b21;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(161, 123, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(161, 123, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #a17b21; background: linear-gradient(135deg, #a17b21, #72A121);