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