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