#bcbcba
a light, muted gray · cool · “silver”
RGB
188, 188, 186
HSL
60°, 2%, 73%
CMYK
0, 0, 1, 26
Luminance
0.5020
Every format
| HEX | #bcbcba |
| RGB | rgb(188, 188, 186) |
| HSL | hsl(60, 2%, 73%) |
| CMYK | cmyk(0%, 0%, 1%, 26%) |
| LAB | lab(76.2 -0.4 1.0) |
| LCH | lch(76.2 1.1 110.1) |
| OKLCH | oklch(0.795 0.003 106.5) |
Copy-ready code
/* CSS */
color: #bcbcba;
background-color: #bcbcba;
/* Tailwind (arbitrary) */
class="text-[#bcbcba] bg-[#bcbcba]"
/* SCSS */
$brand: #bcbcba;
/* SwiftUI */
Color(red: 0.737, green: 0.737, blue: 0.729)
/* Android */
Color.parseColor("#bcbcba")Accessibility — WCAG contrast
Aa
#bcbcba on white: 1.90:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bcbcba on black: 11.04:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red73.7%
Green73.7%
Blue72.9%
CMYK percentages
Cyan0.0%
Magenta0.0%
Yellow1.1%
Key (black)26.3%
Color previews
#bcbcba text on a black background
contrast 11.04:1
Card sample
#bcbcba text on a white background
contrast 1.90:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bcbcba;
Background color
Panel with #bcbcba background
background-color: #bcbcba;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bcbcba;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(188, 188, 186, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(188, 188, 186, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bcbcba; background: linear-gradient(135deg, #bcbcba, #BBBCBA);