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