#baac83
a balanced, soft yellow · warm · closest name: tan
RGB
186, 172, 131
HSL
45°, 29%, 62%
CMYK
0, 8, 30, 27
Luminance
0.4158
Every format
| HEX | #baac83 |
| RGB | rgb(186, 172, 131) |
| HSL | hsl(45, 29%, 62%) |
| CMYK | cmyk(0%, 8%, 30%, 27%) |
| LAB | lab(70.6 -1.3 23.0) |
| LCH | lch(70.6 23.0 93.3) |
| OKLCH | oklch(0.746 0.058 91.4) |
Copy-ready code
/* CSS */
color: #baac83;
background-color: #baac83;
/* Tailwind (arbitrary) */
class="text-[#baac83] bg-[#baac83]"
/* SCSS */
$brand: #baac83;
/* SwiftUI */
Color(red: 0.729, green: 0.675, blue: 0.514)
/* Android */
Color.parseColor("#baac83")Accessibility — WCAG contrast
Aa
#baac83 on white: 2.25:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#baac83 on black: 9.32:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red72.9%
Green67.5%
Blue51.4%
CMYK percentages
Cyan0.0%
Magenta7.5%
Yellow29.6%
Key (black)27.1%
Color previews
#baac83 text on a black background
contrast 9.32:1
Card sample
#baac83 text on a white background
contrast 2.25:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #baac83;
Background color
Panel with #baac83 background
background-color: #baac83;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #baac83;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(186, 172, 131, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(186, 172, 131, 0.45);
Border & gradient
Gradient panel
border: 3px solid #baac83; background: linear-gradient(135deg, #baac83, #A3BA83);