#bfc2bc
a light, muted gray · cool · closest name: silver
RGB
191, 194, 188
HSL
90°, 5%, 75%
CMYK
2, 0, 3, 24
Luminance
0.5329
Every format
| HEX | #bfc2bc |
| RGB | rgb(191, 194, 188) |
| HSL | hsl(90, 5%, 75%) |
| CMYK | cmyk(2%, 0%, 3%, 24%) |
| LAB | lab(78.0 -2.1 2.6) |
| LCH | lch(78.0 3.4 128.9) |
| OKLCH | oklch(0.810 0.009 128.6) |
Copy-ready code
/* CSS */
color: #bfc2bc;
background-color: #bfc2bc;
/* Tailwind (arbitrary) */
class="text-[#bfc2bc] bg-[#bfc2bc]"
/* SCSS */
$brand: #bfc2bc;
/* SwiftUI */
Color(red: 0.749, green: 0.761, blue: 0.737)
/* Android */
Color.parseColor("#bfc2bc")Accessibility — WCAG contrast
Aa
#bfc2bc on white: 1.80:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bfc2bc on black: 11.66:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.9%
Green76.1%
Blue73.7%
CMYK percentages
Cyan1.5%
Magenta0.0%
Yellow3.1%
Key (black)23.9%
Color previews
#bfc2bc text on a black background
contrast 11.66:1
Card sample
#bfc2bc text on a white background
contrast 1.80:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bfc2bc;
Background color
Panel with #bfc2bc background
background-color: #bfc2bc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bfc2bc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(191, 194, 188, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(191, 194, 188, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bfc2bc; background: linear-gradient(135deg, #bfc2bc, #BCC2BD);