#bab9b2
a light, muted gray · cool · closest name: silver
RGB
186, 185, 178
HSL
53°, 6%, 71%
CMYK
0, 1, 4, 27
Luminance
0.4835
Every format
| HEX | #bab9b2 |
| RGB | rgb(186, 185, 178) |
| HSL | hsl(53, 6%, 71%) |
| CMYK | cmyk(0%, 1%, 4%, 27%) |
| LAB | lab(75.0 -0.9 3.7) |
| LCH | lch(75.0 3.8 104.1) |
| OKLCH | oklch(0.785 0.010 100.0) |
Copy-ready code
/* CSS */
color: #bab9b2;
background-color: #bab9b2;
/* Tailwind (arbitrary) */
class="text-[#bab9b2] bg-[#bab9b2]"
/* SCSS */
$brand: #bab9b2;
/* SwiftUI */
Color(red: 0.729, green: 0.725, blue: 0.698)
/* Android */
Color.parseColor("#bab9b2")Accessibility — WCAG contrast
Aa
#bab9b2 on white: 1.97:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bab9b2 on black: 10.67:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red72.9%
Green72.5%
Blue69.8%
CMYK percentages
Cyan0.0%
Magenta0.5%
Yellow4.3%
Key (black)27.1%
Color previews
#bab9b2 text on a black background
contrast 10.67:1
Card sample
#bab9b2 text on a white background
contrast 1.97:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bab9b2;
Background color
Panel with #bab9b2 background
background-color: #bab9b2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bab9b2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(186, 185, 178, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(186, 185, 178, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bab9b2; background: linear-gradient(135deg, #bab9b2, #B6BAB2);