#bdbeb2
a light, muted yellow · cool · closest name: silver
RGB
189, 190, 178
HSL
65°, 9%, 72%
CMYK
1, 0, 6, 26
Luminance
0.5086
Every format
| HEX | #bdbeb2 |
| RGB | rgb(189, 190, 178) |
| HSL | hsl(65, 9%, 72%) |
| CMYK | cmyk(1%, 0%, 6%, 26%) |
| LAB | lab(76.6 -2.5 5.9) |
| LCH | lch(76.6 6.4 112.9) |
| OKLCH | oklch(0.797 0.017 110.6) |
Copy-ready code
/* CSS */
color: #bdbeb2;
background-color: #bdbeb2;
/* Tailwind (arbitrary) */
class="text-[#bdbeb2] bg-[#bdbeb2]"
/* SCSS */
$brand: #bdbeb2;
/* SwiftUI */
Color(red: 0.741, green: 0.745, blue: 0.698)
/* Android */
Color.parseColor("#bdbeb2")Accessibility — WCAG contrast
Aa
#bdbeb2 on white: 1.88:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bdbeb2 on black: 11.17:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.1%
Green74.5%
Blue69.8%
CMYK percentages
Cyan0.5%
Magenta0.0%
Yellow6.3%
Key (black)25.5%
Color previews
#bdbeb2 text on a black background
contrast 11.17:1
Card sample
#bdbeb2 text on a white background
contrast 1.88:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bdbeb2;
Background color
Panel with #bdbeb2 background
background-color: #bdbeb2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bdbeb2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(189, 190, 178, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(189, 190, 178, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bdbeb2; background: linear-gradient(135deg, #bdbeb2, #B5BEB2);