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