#bdbfba
a light, muted gray · cool · closest name: silver
RGB
189, 191, 186
HSL
84°, 4%, 74%
CMYK
1, 0, 3, 25
Luminance
0.5163
Every format
| HEX | #bdbfba |
| RGB | rgb(189, 191, 186) |
| HSL | hsl(84, 4%, 74%) |
| CMYK | cmyk(1%, 0%, 3%, 25%) |
| LAB | lab(77.1 -1.6 2.3) |
| LCH | lch(77.1 2.8 125.3) |
| OKLCH | oklch(0.802 0.007 124.5) |
Copy-ready code
/* CSS */
color: #bdbfba;
background-color: #bdbfba;
/* Tailwind (arbitrary) */
class="text-[#bdbfba] bg-[#bdbfba]"
/* SCSS */
$brand: #bdbfba;
/* SwiftUI */
Color(red: 0.741, green: 0.749, blue: 0.729)
/* Android */
Color.parseColor("#bdbfba")Accessibility — WCAG contrast
Aa
#bdbfba on white: 1.85:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bdbfba on black: 11.33:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.1%
Green74.9%
Blue72.9%
CMYK percentages
Cyan1.0%
Magenta0.0%
Yellow2.6%
Key (black)25.1%
Color previews
#bdbfba text on a black background
contrast 11.33:1
Card sample
#bdbfba text on a white background
contrast 1.85:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bdbfba;
Background color
Panel with #bdbfba background
background-color: #bdbfba;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bdbfba;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(189, 191, 186, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(189, 191, 186, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bdbfba; background: linear-gradient(135deg, #bdbfba, #BABFBA);