#bdacaf
a light, muted red · warm · closest name: silver
RGB
189, 172, 175
HSL
349°, 11%, 71%
CMYK
0, 9, 7, 26
Luminance
0.4342
Every format
| HEX | #bdacaf |
| RGB | rgb(189, 172, 175) |
| HSL | hsl(349, 11%, 71%) |
| CMYK | cmyk(0%, 9%, 7%, 26%) |
| LAB | lab(71.8 6.6 0.7) |
| LCH | lch(71.8 6.7 5.9) |
| OKLCH | oklch(0.760 0.020 5.5) |
Copy-ready code
/* CSS */
color: #bdacaf;
background-color: #bdacaf;
/* Tailwind (arbitrary) */
class="text-[#bdacaf] bg-[#bdacaf]"
/* SCSS */
$brand: #bdacaf;
/* SwiftUI */
Color(red: 0.741, green: 0.675, blue: 0.686)
/* Android */
Color.parseColor("#bdacaf")Accessibility — WCAG contrast
Aa
#bdacaf on white: 2.17:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bdacaf on black: 9.68:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.1%
Green67.5%
Blue68.6%
CMYK percentages
Cyan0.0%
Magenta9.0%
Yellow7.4%
Key (black)25.9%
Color previews
#bdacaf text on a black background
contrast 9.68:1
Card sample
#bdacaf text on a white background
contrast 2.17:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bdacaf;
Background color
Panel with #bdacaf background
background-color: #bdacaf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bdacaf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(189, 172, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(189, 172, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bdacaf; background: linear-gradient(135deg, #bdacaf, #BDB4AC);