#bdbcaf
a light, muted yellow · cool · closest name: silver
RGB
189, 188, 175
HSL
56°, 10%, 71%
CMYK
0, 1, 7, 26
Luminance
0.4988
Every format
| HEX | #bdbcaf |
| RGB | rgb(189, 188, 175) |
| HSL | hsl(56, 10%, 71%) |
| CMYK | cmyk(0%, 1%, 7%, 26%) |
| LAB | lab(76.0 -2.0 6.7) |
| LCH | lch(76.0 7.0 106.4) |
| OKLCH | oklch(0.792 0.018 103.2) |
Copy-ready code
/* CSS */
color: #bdbcaf;
background-color: #bdbcaf;
/* Tailwind (arbitrary) */
class="text-[#bdbcaf] bg-[#bdbcaf]"
/* SCSS */
$brand: #bdbcaf;
/* SwiftUI */
Color(red: 0.741, green: 0.737, blue: 0.686)
/* Android */
Color.parseColor("#bdbcaf")Accessibility — WCAG contrast
Aa
#bdbcaf on white: 1.91:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bdbcaf on black: 10.98:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.1%
Green73.7%
Blue68.6%
CMYK percentages
Cyan0.0%
Magenta0.5%
Yellow7.4%
Key (black)25.9%
Color previews
#bdbcaf text on a black background
contrast 10.98:1
Card sample
#bdbcaf text on a white background
contrast 1.91:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bdbcaf;
Background color
Panel with #bdbcaf background
background-color: #bdbcaf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bdbcaf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(189, 188, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(189, 188, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bdbcaf; background: linear-gradient(135deg, #bdbcaf, #B5BDAF);