#bcb8af
a light, muted yellow · warm · closest name: silver
RGB
188, 184, 175
HSL
42°, 9%, 71%
CMYK
0, 2, 7, 26
Luminance
0.4807
Every format
| HEX | #bcb8af |
| RGB | rgb(188, 184, 175) |
| HSL | hsl(42, 9%, 71%) |
| CMYK | cmyk(0%, 2%, 7%, 26%) |
| LAB | lab(74.9 -0.2 5.1) |
| LCH | lch(74.9 5.1 92.3) |
| OKLCH | oklch(0.783 0.013 86.8) |
Copy-ready code
/* CSS */
color: #bcb8af;
background-color: #bcb8af;
/* Tailwind (arbitrary) */
class="text-[#bcb8af] bg-[#bcb8af]"
/* SCSS */
$brand: #bcb8af;
/* SwiftUI */
Color(red: 0.737, green: 0.722, blue: 0.686)
/* Android */
Color.parseColor("#bcb8af")Accessibility — WCAG contrast
Aa
#bcb8af on white: 1.98:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bcb8af on black: 10.61:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red73.7%
Green72.2%
Blue68.6%
CMYK percentages
Cyan0.0%
Magenta2.1%
Yellow6.9%
Key (black)26.3%
Color previews
#bcb8af text on a black background
contrast 10.61:1
Card sample
#bcb8af text on a white background
contrast 1.98:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bcb8af;
Background color
Panel with #bcb8af background
background-color: #bcb8af;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bcb8af;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(188, 184, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(188, 184, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bcb8af; background: linear-gradient(135deg, #bcb8af, #B7BCAF);