#bfadbb
a light, muted magenta / pink · warm · closest name: silver
RGB
191, 173, 187
HSL
313°, 12%, 71%
CMYK
0, 9, 2, 25
Luminance
0.4455
Every format
| HEX | #bfadbb |
| RGB | rgb(191, 173, 187) |
| HSL | hsl(313, 12%, 71%) |
| CMYK | cmyk(0%, 9%, 2%, 25%) |
| LAB | lab(72.6 9.0 -4.8) |
| LCH | lch(72.6 10.2 331.9) |
| OKLCH | oklch(0.767 0.028 333.4) |
Copy-ready code
/* CSS */
color: #bfadbb;
background-color: #bfadbb;
/* Tailwind (arbitrary) */
class="text-[#bfadbb] bg-[#bfadbb]"
/* SCSS */
$brand: #bfadbb;
/* SwiftUI */
Color(red: 0.749, green: 0.678, blue: 0.733)
/* Android */
Color.parseColor("#bfadbb")Accessibility — WCAG contrast
Aa
#bfadbb on white: 2.12:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bfadbb on black: 9.91:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.9%
Green67.8%
Blue73.3%
CMYK percentages
Cyan0.0%
Magenta9.4%
Yellow2.1%
Key (black)25.1%
Color previews
#bfadbb text on a black background
contrast 9.91:1
Card sample
#bfadbb text on a white background
contrast 2.12:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bfadbb;
Background color
Panel with #bfadbb background
background-color: #bfadbb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bfadbb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(191, 173, 187, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(191, 173, 187, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bfadbb; background: linear-gradient(135deg, #bfadbb, #BFADAF);