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