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