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