#bfc7ba
a light, muted green · cool · closest name: silver
RGB
191, 199, 186
HSL
97°, 10%, 76%
CMYK
4, 0, 7, 22
Luminance
0.5547
Every format
| HEX | #bfc7ba |
| RGB | rgb(191, 199, 186) |
| HSL | hsl(97, 10%, 76%) |
| CMYK | cmyk(4%, 0%, 7%, 22%) |
| LAB | lab(79.3 -5.1 5.5) |
| LCH | lch(79.3 7.6 132.7) |
| OKLCH | oklch(0.820 0.020 133.1) |
Copy-ready code
/* CSS */
color: #bfc7ba;
background-color: #bfc7ba;
/* Tailwind (arbitrary) */
class="text-[#bfc7ba] bg-[#bfc7ba]"
/* SCSS */
$brand: #bfc7ba;
/* SwiftUI */
Color(red: 0.749, green: 0.780, blue: 0.729)
/* Android */
Color.parseColor("#bfc7ba")Accessibility — WCAG contrast
Aa
#bfc7ba on white: 1.74:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bfc7ba on black: 12.09:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.9%
Green78.0%
Blue72.9%
CMYK percentages
Cyan4.0%
Magenta0.0%
Yellow6.5%
Key (black)22.0%
Color previews
#bfc7ba text on a black background
contrast 12.09:1
Card sample
#bfc7ba text on a white background
contrast 1.74:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bfc7ba;
Background color
Panel with #bfc7ba background
background-color: #bfc7ba;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bfc7ba;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(191, 199, 186, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(191, 199, 186, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bfc7ba; background: linear-gradient(135deg, #bfc7ba, #BAC7BE);