#a99c7e
a balanced, soft yellow · warm · closest name: tan
RGB
169, 156, 126
HSL
42°, 20%, 58%
CMYK
0, 8, 25, 34
Luminance
0.3372
Every format
| HEX | #a99c7e |
| RGB | rgb(169, 156, 126) |
| HSL | hsl(42, 20%, 58%) |
| CMYK | cmyk(0%, 8%, 25%, 34%) |
| LAB | lab(64.7 -0.1 17.5) |
| LCH | lch(64.7 17.5 90.4) |
| OKLCH | oklch(0.696 0.045 87.3) |
Copy-ready code
/* CSS */
color: #a99c7e;
background-color: #a99c7e;
/* Tailwind (arbitrary) */
class="text-[#a99c7e] bg-[#a99c7e]"
/* SCSS */
$brand: #a99c7e;
/* SwiftUI */
Color(red: 0.663, green: 0.612, blue: 0.494)
/* Android */
Color.parseColor("#a99c7e")Accessibility — WCAG contrast
Aa
#a99c7e on white: 2.71:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#a99c7e on black: 7.74:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red66.3%
Green61.2%
Blue49.4%
CMYK percentages
Cyan0.0%
Magenta7.7%
Yellow25.4%
Key (black)33.7%
Color previews
#a99c7e text on a black background
contrast 7.74:1
Card sample
#a99c7e text on a white background
contrast 2.71:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #a99c7e;
Background color
Panel with #a99c7e background
background-color: #a99c7e;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #a99c7e;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(169, 156, 126, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(169, 156, 126, 0.45);
Border & gradient
Gradient panel
border: 3px solid #a99c7e; background: linear-gradient(135deg, #a99c7e, #99A97E);