#bdadbb
a light, muted magenta / pink · warm · closest name: silver
RGB
189, 173, 187
HSL
308°, 11%, 71%
CMYK
0, 9, 1, 26
Luminance
0.4429
Every format
| HEX | #bdadbb |
| RGB | rgb(189, 173, 187) |
| HSL | hsl(308, 11%, 71%) |
| CMYK | cmyk(0%, 9%, 1%, 26%) |
| LAB | lab(72.4 8.3 -5.1) |
| LCH | lch(72.4 9.7 328.5) |
| OKLCH | oklch(0.765 0.027 329.8) |
Copy-ready code
/* CSS */
color: #bdadbb;
background-color: #bdadbb;
/* Tailwind (arbitrary) */
class="text-[#bdadbb] bg-[#bdadbb]"
/* SCSS */
$brand: #bdadbb;
/* SwiftUI */
Color(red: 0.741, green: 0.678, blue: 0.733)
/* Android */
Color.parseColor("#bdadbb")Accessibility — WCAG contrast
Aa
#bdadbb on white: 2.13:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bdadbb on black: 9.86:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.1%
Green67.8%
Blue73.3%
CMYK percentages
Cyan0.0%
Magenta8.5%
Yellow1.1%
Key (black)25.9%
Color previews
#bdadbb text on a black background
contrast 9.86:1
Card sample
#bdadbb text on a white background
contrast 2.13:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bdadbb;
Background color
Panel with #bdadbb background
background-color: #bdadbb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bdadbb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(189, 173, 187, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(189, 173, 187, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bdadbb; background: linear-gradient(135deg, #bdadbb, #BDADB0);