#bcbcb2
a light, muted gray · cool · closest name: silver
RGB
188, 188, 178
HSL
60°, 7%, 72%
CMYK
0, 0, 5, 26
Luminance
0.4987
Every format
| HEX | #bcbcb2 |
| RGB | rgb(188, 188, 178) |
| HSL | hsl(60, 7%, 72%) |
| CMYK | cmyk(0%, 0%, 5%, 26%) |
| LAB | lab(76.0 -1.8 5.1) |
| LCH | lch(76.0 5.4 109.7) |
| OKLCH | oklch(0.792 0.014 106.7) |
Copy-ready code
/* CSS */
color: #bcbcb2;
background-color: #bcbcb2;
/* Tailwind (arbitrary) */
class="text-[#bcbcb2] bg-[#bcbcb2]"
/* SCSS */
$brand: #bcbcb2;
/* SwiftUI */
Color(red: 0.737, green: 0.737, blue: 0.698)
/* Android */
Color.parseColor("#bcbcb2")Accessibility — WCAG contrast
Aa
#bcbcb2 on white: 1.91:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bcbcb2 on black: 10.97:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red73.7%
Green73.7%
Blue69.8%
CMYK percentages
Cyan0.0%
Magenta0.0%
Yellow5.3%
Key (black)26.3%
Color previews
#bcbcb2 text on a black background
contrast 10.97:1
Card sample
#bcbcb2 text on a white background
contrast 1.91:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bcbcb2;
Background color
Panel with #bcbcb2 background
background-color: #bcbcb2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bcbcb2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(188, 188, 178, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(188, 188, 178, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bcbcb2; background: linear-gradient(135deg, #bcbcb2, #B5BCB2);