#b2bab0
a light, muted gray · cool · closest name: silver
RGB
178, 186, 176
HSL
108°, 7%, 71%
CMYK
4, 0, 5, 27
Luminance
0.4772
Every format
| HEX | #b2bab0 |
| RGB | rgb(178, 186, 176) |
| HSL | hsl(108, 7%, 71%) |
| CMYK | cmyk(4%, 0%, 5%, 27%) |
| LAB | lab(74.7 -4.7 4.1) |
| LCH | lch(74.7 6.2 138.6) |
| OKLCH | oklch(0.780 0.017 139.4) |
Copy-ready code
/* CSS */
color: #b2bab0;
background-color: #b2bab0;
/* Tailwind (arbitrary) */
class="text-[#b2bab0] bg-[#b2bab0]"
/* SCSS */
$brand: #b2bab0;
/* SwiftUI */
Color(red: 0.698, green: 0.729, blue: 0.690)
/* Android */
Color.parseColor("#b2bab0")Accessibility — WCAG contrast
Aa
#b2bab0 on white: 1.99:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b2bab0 on black: 10.54:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red69.8%
Green72.9%
Blue69.0%
CMYK percentages
Cyan4.3%
Magenta0.0%
Yellow5.4%
Key (black)27.1%
Color previews
#b2bab0 text on a black background
contrast 10.54:1
Card sample
#b2bab0 text on a white background
contrast 1.99:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b2bab0;
Background color
Panel with #b2bab0 background
background-color: #b2bab0;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b2bab0;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(178, 186, 176, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(178, 186, 176, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b2bab0; background: linear-gradient(135deg, #b2bab0, #B0BAB5);