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