#a89662
a balanced, soft yellow · warm · closest name: tan
RGB
168, 150, 98
HSL
45°, 29%, 52%
CMYK
0, 11, 42, 34
Luminance
0.3102
Every format
| HEX | #a89662 |
| RGB | rgb(168, 150, 98) |
| HSL | hsl(45, 29%, 52%) |
| CMYK | cmyk(0%, 11%, 42%, 34%) |
| LAB | lab(62.5 -0.9 29.9) |
| LCH | lch(62.5 29.9 91.7) |
| OKLCH | oklch(0.677 0.073 91.1) |
Copy-ready code
/* CSS */
color: #a89662;
background-color: #a89662;
/* Tailwind (arbitrary) */
class="text-[#a89662] bg-[#a89662]"
/* SCSS */
$brand: #a89662;
/* SwiftUI */
Color(red: 0.659, green: 0.588, blue: 0.384)
/* Android */
Color.parseColor("#a89662")Accessibility — WCAG contrast
Aa
#a89662 on white: 2.92:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#a89662 on black: 7.20:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red65.9%
Green58.8%
Blue38.4%
CMYK percentages
Cyan0.0%
Magenta10.7%
Yellow41.7%
Key (black)34.1%
Color previews
#a89662 text on a black background
contrast 7.20:1
Card sample
#a89662 text on a white background
contrast 2.92:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #a89662;
Background color
Panel with #a89662 background
background-color: #a89662;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #a89662;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(168, 150, 98, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(168, 150, 98, 0.45);
Border & gradient
Gradient panel
border: 3px solid #a89662; background: linear-gradient(135deg, #a89662, #8BA862);