#baac8c
a balanced, soft yellow · warm · closest name: tan
RGB
186, 172, 140
HSL
42°, 25%, 64%
CMYK
0, 8, 25, 27
Luminance
0.4184
Every format
| HEX | #baac8c |
| RGB | rgb(186, 172, 140) |
| HSL | hsl(42, 25%, 64%) |
| CMYK | cmyk(0%, 8%, 25%, 27%) |
| LAB | lab(70.8 -0.1 18.3) |
| LCH | lch(70.8 18.3 90.3) |
| OKLCH | oklch(0.748 0.047 87.2) |
Copy-ready code
/* CSS */
color: #baac8c;
background-color: #baac8c;
/* Tailwind (arbitrary) */
class="text-[#baac8c] bg-[#baac8c]"
/* SCSS */
$brand: #baac8c;
/* SwiftUI */
Color(red: 0.729, green: 0.675, blue: 0.549)
/* Android */
Color.parseColor("#baac8c")Accessibility — WCAG contrast
Aa
#baac8c on white: 2.24:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#baac8c on black: 9.37:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red72.9%
Green67.5%
Blue54.9%
CMYK percentages
Cyan0.0%
Magenta7.5%
Yellow24.7%
Key (black)27.1%
Color previews
#baac8c text on a black background
contrast 9.37:1
Card sample
#baac8c text on a white background
contrast 2.24:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #baac8c;
Background color
Panel with #baac8c background
background-color: #baac8c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #baac8c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(186, 172, 140, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(186, 172, 140, 0.45);
Border & gradient
Gradient panel
border: 3px solid #baac8c; background: linear-gradient(135deg, #baac8c, #A9BA8C);