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