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