#a98743
a balanced, soft yellow · warm · closest name: peru
RGB
169, 135, 67
HSL
40°, 43%, 46%
CMYK
0, 20, 60, 34
Luminance
0.2617
Every format
| HEX | #a98743 |
| RGB | rgb(169, 135, 67) |
| HSL | hsl(40, 43%, 46%) |
| CMYK | cmyk(0%, 20%, 60%, 34%) |
| LAB | lab(58.2 4.9 40.8) |
| LCH | lch(58.2 41.1 83.1) |
| OKLCH | oklch(0.641 0.096 82.9) |
Copy-ready code
/* CSS */
color: #a98743;
background-color: #a98743;
/* Tailwind (arbitrary) */
class="text-[#a98743] bg-[#a98743]"
/* SCSS */
$brand: #a98743;
/* SwiftUI */
Color(red: 0.663, green: 0.529, blue: 0.263)
/* Android */
Color.parseColor("#a98743")Accessibility — WCAG contrast
Aa
#a98743 on white: 3.37:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#a98743 on black: 6.23:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red66.3%
Green52.9%
Blue26.3%
CMYK percentages
Cyan0.0%
Magenta20.1%
Yellow60.4%
Key (black)33.7%
Color previews
#a98743 text on a black background
contrast 6.23:1
Card sample
#a98743 text on a white background
contrast 3.37:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #a98743;
Background color
Panel with #a98743 background
background-color: #a98743;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #a98743;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(169, 135, 67, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(169, 135, 67, 0.45);
Border & gradient
Gradient panel
border: 3px solid #a98743; background: linear-gradient(135deg, #a98743, #87A943);