#bdafbc
a light, muted magenta / pink · warm · closest name: silver
RGB
189, 175, 188
HSL
304°, 10%, 71%
CMYK
0, 7, 1, 26
Luminance
0.4511
Every format
| HEX | #bdafbc |
| RGB | rgb(189, 175, 188) |
| HSL | hsl(304, 10%, 71%) |
| CMYK | cmyk(0%, 7%, 1%, 26%) |
| LAB | lab(73.0 7.4 -4.8) |
| LCH | lch(73.0 8.8 326.8) |
| OKLCH | oklch(0.770 0.024 328.0) |
Copy-ready code
/* CSS */
color: #bdafbc;
background-color: #bdafbc;
/* Tailwind (arbitrary) */
class="text-[#bdafbc] bg-[#bdafbc]"
/* SCSS */
$brand: #bdafbc;
/* SwiftUI */
Color(red: 0.741, green: 0.686, blue: 0.737)
/* Android */
Color.parseColor("#bdafbc")Accessibility — WCAG contrast
Aa
#bdafbc on white: 2.10:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bdafbc on black: 10.02:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.1%
Green68.6%
Blue73.7%
CMYK percentages
Cyan0.0%
Magenta7.4%
Yellow0.5%
Key (black)25.9%
Color previews
#bdafbc text on a black background
contrast 10.02:1
Card sample
#bdafbc text on a white background
contrast 2.10:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bdafbc;
Background color
Panel with #bdafbc background
background-color: #bdafbc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bdafbc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(189, 175, 188, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(189, 175, 188, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bdafbc; background: linear-gradient(135deg, #bdafbc, #BDAFB3);