#bdb2ab
a light, muted orange · warm · closest name: silver
RGB
189, 178, 171
HSL
23°, 12%, 71%
CMYK
0, 6, 10, 26
Luminance
0.4560
Every format
| HEX | #bdb2ab |
| RGB | rgb(189, 178, 171) |
| HSL | hsl(23, 12%, 71%) |
| CMYK | cmyk(0%, 6%, 10%, 26%) |
| LAB | lab(73.3 2.7 5.0) |
| LCH | lch(73.3 5.7 61.6) |
| OKLCH | oklch(0.771 0.016 54.9) |
Copy-ready code
/* CSS */
color: #bdb2ab;
background-color: #bdb2ab;
/* Tailwind (arbitrary) */
class="text-[#bdb2ab] bg-[#bdb2ab]"
/* SCSS */
$brand: #bdb2ab;
/* SwiftUI */
Color(red: 0.741, green: 0.698, blue: 0.671)
/* Android */
Color.parseColor("#bdb2ab")Accessibility — WCAG contrast
Aa
#bdb2ab on white: 2.08:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bdb2ab on black: 10.12:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.1%
Green69.8%
Blue67.1%
CMYK percentages
Cyan0.0%
Magenta5.8%
Yellow9.5%
Key (black)25.9%
Color previews
#bdb2ab text on a black background
contrast 10.12:1
Card sample
#bdb2ab text on a white background
contrast 2.08:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bdb2ab;
Background color
Panel with #bdb2ab background
background-color: #bdb2ab;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bdb2ab;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(189, 178, 171, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(189, 178, 171, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bdb2ab; background: linear-gradient(135deg, #bdb2ab, #BCBDAB);