#bcb080
a balanced, soft yellow · cool · closest name: tan
RGB
188, 176, 128
HSL
48°, 31%, 62%
CMYK
0, 6, 32, 26
Luminance
0.4330
Every format
| HEX | #bcb080 |
| RGB | rgb(188, 176, 128) |
| HSL | hsl(48, 31%, 62%) |
| CMYK | cmyk(0%, 6%, 32%, 26%) |
| LAB | lab(71.8 -3.1 26.2) |
| LCH | lch(71.8 26.4 96.7) |
| OKLCH | oklch(0.755 0.066 95.8) |
Copy-ready code
/* CSS */
color: #bcb080;
background-color: #bcb080;
/* Tailwind (arbitrary) */
class="text-[#bcb080] bg-[#bcb080]"
/* SCSS */
$brand: #bcb080;
/* SwiftUI */
Color(red: 0.737, green: 0.690, blue: 0.502)
/* Android */
Color.parseColor("#bcb080")Accessibility — WCAG contrast
Aa
#bcb080 on white: 2.17:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bcb080 on black: 9.66:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red73.7%
Green69.0%
Blue50.2%
CMYK percentages
Cyan0.0%
Magenta6.4%
Yellow31.9%
Key (black)26.3%
Color previews
#bcb080 text on a black background
contrast 9.66:1
Card sample
#bcb080 text on a white background
contrast 2.17:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bcb080;
Background color
Panel with #bcb080 background
background-color: #bcb080;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bcb080;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(188, 176, 128, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(188, 176, 128, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bcb080; background: linear-gradient(135deg, #bcb080, #A0BC80);