#b9baba
a light, muted gray · cool · “silver”
RGB
185, 186, 186
HSL
180°, 1%, 73%
CMYK
1, 0, 0, 27
Luminance
0.4898
Every format
| HEX | #b9baba |
| RGB | rgb(185, 186, 186) |
| HSL | hsl(180, 1%, 73%) |
| CMYK | cmyk(1%, 0%, 0%, 27%) |
| LAB | lab(75.4 -0.3 -0.1) |
| LCH | lch(75.4 0.4 198.9) |
| OKLCH | oklch(0.788 0.001 197.1) |
Copy-ready code
/* CSS */
color: #b9baba;
background-color: #b9baba;
/* Tailwind (arbitrary) */
class="text-[#b9baba] bg-[#b9baba]"
/* SCSS */
$brand: #b9baba;
/* SwiftUI */
Color(red: 0.725, green: 0.729, blue: 0.729)
/* Android */
Color.parseColor("#b9baba")Accessibility — WCAG contrast
Aa
#b9baba on white: 1.95:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b9baba on black: 10.80:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red72.5%
Green72.9%
Blue72.9%
CMYK percentages
Cyan0.5%
Magenta0.0%
Yellow0.0%
Key (black)27.1%
Color previews
#b9baba text on a black background
contrast 10.80:1
Card sample
#b9baba text on a white background
contrast 1.95:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b9baba;
Background color
Panel with #b9baba background
background-color: #b9baba;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b9baba;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(185, 186, 186, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(185, 186, 186, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b9baba; background: linear-gradient(135deg, #b9baba, #B9B9BA);