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