#bdabba
a light, muted magenta / pink · warm · closest name: silver
RGB
189, 171, 186
HSL
310°, 12%, 71%
CMYK
0, 10, 2, 26
Luminance
0.4349
Every format
| HEX | #bdabba |
| RGB | rgb(189, 171, 186) |
| HSL | hsl(310, 12%, 71%) |
| CMYK | cmyk(0%, 10%, 2%, 26%) |
| LAB | lab(71.9 9.2 -5.3) |
| LCH | lch(71.9 10.6 330.0) |
| OKLCH | oklch(0.761 0.029 331.3) |
Copy-ready code
/* CSS */
color: #bdabba;
background-color: #bdabba;
/* Tailwind (arbitrary) */
class="text-[#bdabba] bg-[#bdabba]"
/* SCSS */
$brand: #bdabba;
/* SwiftUI */
Color(red: 0.741, green: 0.671, blue: 0.729)
/* Android */
Color.parseColor("#bdabba")Accessibility — WCAG contrast
Aa
#bdabba on white: 2.17:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bdabba on black: 9.70:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.1%
Green67.1%
Blue72.9%
CMYK percentages
Cyan0.0%
Magenta9.5%
Yellow1.6%
Key (black)25.9%
Color previews
#bdabba text on a black background
contrast 9.70:1
Card sample
#bdabba text on a white background
contrast 2.17:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bdabba;
Background color
Panel with #bdabba background
background-color: #bdabba;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bdabba;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(189, 171, 186, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(189, 171, 186, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bdabba; background: linear-gradient(135deg, #bdabba, #BDABAE);