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