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