#bba7ad
a light, muted magenta / pink · warm · closest name: silver
RGB
187, 167, 173
HSL
342°, 13%, 69%
CMYK
0, 11, 8, 27
Luminance
0.4122
Every format
| HEX | #bba7ad |
| RGB | rgb(187, 167, 173) |
| HSL | hsl(342, 13%, 69%) |
| CMYK | cmyk(0%, 11%, 8%, 27%) |
| LAB | lab(70.3 8.3 -0.4) |
| LCH | lch(70.3 8.3 357.0) |
| OKLCH | oklch(0.747 0.025 357.6) |
Copy-ready code
/* CSS */
color: #bba7ad;
background-color: #bba7ad;
/* Tailwind (arbitrary) */
class="text-[#bba7ad] bg-[#bba7ad]"
/* SCSS */
$brand: #bba7ad;
/* SwiftUI */
Color(red: 0.733, green: 0.655, blue: 0.678)
/* Android */
Color.parseColor("#bba7ad")Accessibility — WCAG contrast
Aa
#bba7ad on white: 2.27:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bba7ad on black: 9.24:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red73.3%
Green65.5%
Blue67.8%
CMYK percentages
Cyan0.0%
Magenta10.7%
Yellow7.5%
Key (black)26.7%
Color previews
#bba7ad text on a black background
contrast 9.24:1
Card sample
#bba7ad text on a white background
contrast 2.27:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bba7ad;
Background color
Panel with #bba7ad background
background-color: #bba7ad;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bba7ad;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(187, 167, 173, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(187, 167, 173, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bba7ad; background: linear-gradient(135deg, #bba7ad, #BBAEA7);