#bfc2c2
a light, muted gray · cool · “silver”
RGB
191, 194, 194
HSL
180°, 2%, 76%
CMYK
2, 0, 0, 24
Luminance
0.5355
Every format
| HEX | #bfc2c2 |
| RGB | rgb(191, 194, 194) |
| HSL | hsl(180, 2%, 76%) |
| CMYK | cmyk(2%, 0%, 0%, 24%) |
| LAB | lab(78.2 -1.0 -0.4) |
| LCH | lch(78.2 1.1 199.1) |
| OKLCH | oklch(0.812 0.003 197.1) |
Copy-ready code
/* CSS */
color: #bfc2c2;
background-color: #bfc2c2;
/* Tailwind (arbitrary) */
class="text-[#bfc2c2] bg-[#bfc2c2]"
/* SCSS */
$brand: #bfc2c2;
/* SwiftUI */
Color(red: 0.749, green: 0.761, blue: 0.761)
/* Android */
Color.parseColor("#bfc2c2")Accessibility — WCAG contrast
Aa
#bfc2c2 on white: 1.79:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bfc2c2 on black: 11.71:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.9%
Green76.1%
Blue76.1%
CMYK percentages
Cyan1.5%
Magenta0.0%
Yellow0.0%
Key (black)23.9%
Color previews
#bfc2c2 text on a black background
contrast 11.71:1
Card sample
#bfc2c2 text on a white background
contrast 1.79:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bfc2c2;
Background color
Panel with #bfc2c2 background
background-color: #bfc2c2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bfc2c2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(191, 194, 194, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(191, 194, 194, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bfc2c2; background: linear-gradient(135deg, #bfc2c2, #BFC0C2);