#a59142
a balanced, soft yellow · cool · closest name: olive
RGB
165, 145, 66
HSL
48°, 43%, 45%
CMYK
0, 12, 60, 35
Luminance
0.2864
Every format
| HEX | #a59142 |
| RGB | rgb(165, 145, 66) |
| HSL | hsl(48, 43%, 45%) |
| CMYK | cmyk(0%, 12%, 60%, 35%) |
| LAB | lab(60.5 -2.4 43.8) |
| LCH | lch(60.5 43.9 93.2) |
| OKLCH | oklch(0.658 0.102 95.2) |
Copy-ready code
/* CSS */
color: #a59142;
background-color: #a59142;
/* Tailwind (arbitrary) */
class="text-[#a59142] bg-[#a59142]"
/* SCSS */
$brand: #a59142;
/* SwiftUI */
Color(red: 0.647, green: 0.569, blue: 0.259)
/* Android */
Color.parseColor("#a59142")Accessibility — WCAG contrast
Aa
#a59142 on white: 3.12:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#a59142 on black: 6.73:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red64.7%
Green56.9%
Blue25.9%
CMYK percentages
Cyan0.0%
Magenta12.1%
Yellow60.0%
Key (black)35.3%
Color previews
#a59142 text on a black background
contrast 6.73:1
Card sample
#a59142 text on a white background
contrast 3.12:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #a59142;
Background color
Panel with #a59142 background
background-color: #a59142;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #a59142;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(165, 145, 66, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(165, 145, 66, 0.45);
Border & gradient
Gradient panel
border: 3px solid #a59142; background: linear-gradient(135deg, #a59142, #77A542);