#bba0ab
a light, soft magenta / pink · warm · closest name: silver
RGB
187, 160, 171
HSL
336°, 17%, 68%
CMYK
0, 14, 9, 27
Luminance
0.3865
Every format
| HEX | #bba0ab |
| RGB | rgb(187, 160, 171) |
| HSL | hsl(336, 17%, 68%) |
| CMYK | cmyk(0%, 14%, 9%, 27%) |
| LAB | lab(68.5 11.8 -2.0) |
| LCH | lch(68.5 11.9 350.3) |
| OKLCH | oklch(0.733 0.035 351.5) |
Copy-ready code
/* CSS */
color: #bba0ab;
background-color: #bba0ab;
/* Tailwind (arbitrary) */
class="text-[#bba0ab] bg-[#bba0ab]"
/* SCSS */
$brand: #bba0ab;
/* SwiftUI */
Color(red: 0.733, green: 0.627, blue: 0.671)
/* Android */
Color.parseColor("#bba0ab")Accessibility — WCAG contrast
Aa
#bba0ab on white: 2.41:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bba0ab on black: 8.73:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red73.3%
Green62.7%
Blue67.1%
CMYK percentages
Cyan0.0%
Magenta14.4%
Yellow8.6%
Key (black)26.7%
Color previews
#bba0ab text on a black background
contrast 8.73:1
Card sample
#bba0ab text on a white background
contrast 2.41:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bba0ab;
Background color
Panel with #bba0ab background
background-color: #bba0ab;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bba0ab;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(187, 160, 171, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(187, 160, 171, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bba0ab; background: linear-gradient(135deg, #bba0ab, #BBA7A0);