#bd9da6
a light, soft magenta / pink · warm · closest name: silver
RGB
189, 157, 166
HSL
343°, 20%, 68%
CMYK
0, 17, 12, 26
Luminance
0.3769
Every format
| HEX | #bd9da6 |
| RGB | rgb(189, 157, 166) |
| HSL | hsl(343, 20%, 68%) |
| CMYK | cmyk(0%, 17%, 12%, 26%) |
| LAB | lab(67.8 13.3 -0.2) |
| LCH | lch(67.8 13.3 359.0) |
| OKLCH | oklch(0.727 0.040 359.4) |
Copy-ready code
/* CSS */
color: #bd9da6;
background-color: #bd9da6;
/* Tailwind (arbitrary) */
class="text-[#bd9da6] bg-[#bd9da6]"
/* SCSS */
$brand: #bd9da6;
/* SwiftUI */
Color(red: 0.741, green: 0.616, blue: 0.651)
/* Android */
Color.parseColor("#bd9da6")Accessibility — WCAG contrast
Aa
#bd9da6 on white: 2.46:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bd9da6 on black: 8.54:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.1%
Green61.6%
Blue65.1%
CMYK percentages
Cyan0.0%
Magenta16.9%
Yellow12.2%
Key (black)25.9%
Color previews
#bd9da6 text on a black background
contrast 8.54:1
Card sample
#bd9da6 text on a white background
contrast 2.46:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bd9da6;
Background color
Panel with #bd9da6 background
background-color: #bd9da6;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bd9da6;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(189, 157, 166, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(189, 157, 166, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bd9da6; background: linear-gradient(135deg, #bd9da6, #BDA99D);