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