#bba4ba
a light, muted magenta / pink · warm · closest name: silver
RGB
187, 164, 186
HSL
303°, 15%, 69%
CMYK
0, 12, 1, 27
Luminance
0.4066
Every format
| HEX | #bba4ba |
| RGB | rgb(187, 164, 186) |
| HSL | hsl(303, 15%, 69%) |
| CMYK | cmyk(0%, 12%, 1%, 27%) |
| LAB | lab(69.9 12.3 -8.2) |
| LCH | lch(69.9 14.8 326.3) |
| OKLCH | oklch(0.746 0.041 327.3) |
Copy-ready code
/* CSS */
color: #bba4ba;
background-color: #bba4ba;
/* Tailwind (arbitrary) */
class="text-[#bba4ba] bg-[#bba4ba]"
/* SCSS */
$brand: #bba4ba;
/* SwiftUI */
Color(red: 0.733, green: 0.643, blue: 0.729)
/* Android */
Color.parseColor("#bba4ba")Accessibility — WCAG contrast
Aa
#bba4ba on white: 2.30:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bba4ba on black: 9.13:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red73.3%
Green64.3%
Blue72.9%
CMYK percentages
Cyan0.0%
Magenta12.3%
Yellow0.5%
Key (black)26.7%
Color previews
#bba4ba text on a black background
contrast 9.13:1
Card sample
#bba4ba text on a white background
contrast 2.30:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bba4ba;
Background color
Panel with #bba4ba background
background-color: #bba4ba;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bba4ba;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(187, 164, 186, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(187, 164, 186, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bba4ba; background: linear-gradient(135deg, #bba4ba, #BBA4AB);