#bfc4ba
a light, muted gray · cool · closest name: silver
RGB
191, 196, 186
HSL
90°, 8%, 75%
CMYK
3, 0, 5, 23
Luminance
0.5410
Every format
| HEX | #bfc4ba |
| RGB | rgb(191, 196, 186) |
| HSL | hsl(90, 8%, 75%) |
| CMYK | cmyk(3%, 0%, 5%, 23%) |
| LAB | lab(78.5 -3.6 4.4) |
| LCH | lch(78.5 5.7 128.9) |
| OKLCH | oklch(0.814 0.015 128.7) |
Copy-ready code
/* CSS */
color: #bfc4ba;
background-color: #bfc4ba;
/* Tailwind (arbitrary) */
class="text-[#bfc4ba] bg-[#bfc4ba]"
/* SCSS */
$brand: #bfc4ba;
/* SwiftUI */
Color(red: 0.749, green: 0.769, blue: 0.729)
/* Android */
Color.parseColor("#bfc4ba")Accessibility — WCAG contrast
Aa
#bfc4ba on white: 1.78:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bfc4ba on black: 11.82:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.9%
Green76.9%
Blue72.9%
CMYK percentages
Cyan2.6%
Magenta0.0%
Yellow5.1%
Key (black)23.1%
Color previews
#bfc4ba text on a black background
contrast 11.82:1
Card sample
#bfc4ba text on a white background
contrast 1.78:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bfc4ba;
Background color
Panel with #bfc4ba background
background-color: #bfc4ba;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bfc4ba;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(191, 196, 186, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(191, 196, 186, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bfc4ba; background: linear-gradient(135deg, #bfc4ba, #BAC4BC);