#bcb686
a balanced, soft yellow · cool · closest name: tan
RGB
188, 182, 134
HSL
53°, 29%, 63%
CMYK
0, 3, 29, 26
Luminance
0.4587
Every format
| HEX | #bcb686 |
| RGB | rgb(188, 182, 134) |
| HSL | hsl(53, 29%, 63%) |
| CMYK | cmyk(0%, 3%, 29%, 26%) |
| LAB | lab(73.5 -5.5 25.3) |
| LCH | lch(73.5 25.8 102.2) |
| OKLCH | oklch(0.769 0.065 101.8) |
Copy-ready code
/* CSS */
color: #bcb686;
background-color: #bcb686;
/* Tailwind (arbitrary) */
class="text-[#bcb686] bg-[#bcb686]"
/* SCSS */
$brand: #bcb686;
/* SwiftUI */
Color(red: 0.737, green: 0.714, blue: 0.525)
/* Android */
Color.parseColor("#bcb686")Accessibility — WCAG contrast
Aa
#bcb686 on white: 2.06:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bcb686 on black: 10.17:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red73.7%
Green71.4%
Blue52.5%
CMYK percentages
Cyan0.0%
Magenta3.2%
Yellow28.7%
Key (black)26.3%
Color previews
#bcb686 text on a black background
contrast 10.17:1
Card sample
#bcb686 text on a white background
contrast 2.06:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bcb686;
Background color
Panel with #bcb686 background
background-color: #bcb686;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bcb686;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(188, 182, 134, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(188, 182, 134, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bcb686; background: linear-gradient(135deg, #bcb686, #9EBC86);