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