#bdbaac
a light, muted yellow · cool · closest name: silver
RGB
189, 186, 172
HSL
49°, 11%, 71%
CMYK
0, 2, 9, 26
Luminance
0.4892
Every format
| HEX | #bdbaac |
| RGB | rgb(189, 186, 172) |
| HSL | hsl(49, 11%, 71%) |
| CMYK | cmyk(0%, 2%, 9%, 26%) |
| LAB | lab(75.4 -1.4 7.5) |
| LCH | lch(75.4 7.6 100.8) |
| OKLCH | oklch(0.787 0.020 96.9) |
Copy-ready code
/* CSS */
color: #bdbaac;
background-color: #bdbaac;
/* Tailwind (arbitrary) */
class="text-[#bdbaac] bg-[#bdbaac]"
/* SCSS */
$brand: #bdbaac;
/* SwiftUI */
Color(red: 0.741, green: 0.729, blue: 0.675)
/* Android */
Color.parseColor("#bdbaac")Accessibility — WCAG contrast
Aa
#bdbaac on white: 1.95:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bdbaac on black: 10.78:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.1%
Green72.9%
Blue67.5%
CMYK percentages
Cyan0.0%
Magenta1.6%
Yellow9.0%
Key (black)25.9%
Color previews
#bdbaac text on a black background
contrast 10.78:1
Card sample
#bdbaac text on a white background
contrast 1.95:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bdbaac;
Background color
Panel with #bdbaac background
background-color: #bdbaac;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bdbaac;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(189, 186, 172, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(189, 186, 172, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bdbaac; background: linear-gradient(135deg, #bdbaac, #B5BDAC);