#bba9ba
a light, muted magenta / pink · warm · closest name: silver
RGB
187, 169, 186
HSL
303°, 12%, 70%
CMYK
0, 10, 1, 27
Luminance
0.4249
Every format
| HEX | #bba9ba |
| RGB | rgb(187, 169, 186) |
| HSL | hsl(303, 12%, 70%) |
| CMYK | cmyk(0%, 10%, 1%, 27%) |
| LAB | lab(71.2 9.6 -6.3) |
| LCH | lch(71.2 11.5 326.5) |
| OKLCH | oklch(0.755 0.031 327.6) |
Copy-ready code
/* CSS */
color: #bba9ba;
background-color: #bba9ba;
/* Tailwind (arbitrary) */
class="text-[#bba9ba] bg-[#bba9ba]"
/* SCSS */
$brand: #bba9ba;
/* SwiftUI */
Color(red: 0.733, green: 0.663, blue: 0.729)
/* Android */
Color.parseColor("#bba9ba")Accessibility — WCAG contrast
Aa
#bba9ba on white: 2.21:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bba9ba on black: 9.50:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red73.3%
Green66.3%
Blue72.9%
CMYK percentages
Cyan0.0%
Magenta9.6%
Yellow0.5%
Key (black)26.7%
Color previews
#bba9ba text on a black background
contrast 9.50:1
Card sample
#bba9ba text on a white background
contrast 2.21:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bba9ba;
Background color
Panel with #bba9ba background
background-color: #bba9ba;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bba9ba;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(187, 169, 186, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(187, 169, 186, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bba9ba; background: linear-gradient(135deg, #bba9ba, #BBA9AE);