#bcbc9b
a light, soft yellow · cool · closest name: tan
RGB
188, 188, 155
HSL
60°, 20%, 67%
CMYK
0, 0, 18, 26
Luminance
0.4902
Every format
| HEX | #bcbc9b |
| RGB | rgb(188, 188, 155) |
| HSL | hsl(60, 20%, 67%) |
| CMYK | cmyk(0%, 0%, 18%, 26%) |
| LAB | lab(75.5 -5.6 16.8) |
| LCH | lch(75.5 17.7 108.5) |
| OKLCH | oklch(0.786 0.045 107.4) |
Copy-ready code
/* CSS */
color: #bcbc9b;
background-color: #bcbc9b;
/* Tailwind (arbitrary) */
class="text-[#bcbc9b] bg-[#bcbc9b]"
/* SCSS */
$brand: #bcbc9b;
/* SwiftUI */
Color(red: 0.737, green: 0.737, blue: 0.608)
/* Android */
Color.parseColor("#bcbc9b")Accessibility — WCAG contrast
Aa
#bcbc9b on white: 1.94:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bcbc9b on black: 10.80:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red73.7%
Green73.7%
Blue60.8%
CMYK percentages
Cyan0.0%
Magenta0.0%
Yellow17.6%
Key (black)26.3%
Color previews
#bcbc9b text on a black background
contrast 10.80:1
Card sample
#bcbc9b text on a white background
contrast 1.94:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bcbc9b;
Background color
Panel with #bcbc9b background
background-color: #bcbc9b;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bcbc9b;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(188, 188, 155, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(188, 188, 155, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bcbc9b; background: linear-gradient(135deg, #bcbc9b, #A6BC9B);