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