#b7baba
a light, muted gray · cool · closest name: silver
RGB
183, 186, 186
HSL
180°, 2%, 72%
CMYK
2, 0, 0, 27
Luminance
0.4873
Every format
| HEX | #b7baba |
| RGB | rgb(183, 186, 186) |
| HSL | hsl(180, 2%, 72%) |
| CMYK | cmyk(2%, 0%, 0%, 27%) |
| LAB | lab(75.3 -1.0 -0.4) |
| LCH | lch(75.3 1.1 199.6) |
| OKLCH | oklch(0.786 0.003 197.1) |
Copy-ready code
/* CSS */
color: #b7baba;
background-color: #b7baba;
/* Tailwind (arbitrary) */
class="text-[#b7baba] bg-[#b7baba]"
/* SCSS */
$brand: #b7baba;
/* SwiftUI */
Color(red: 0.718, green: 0.729, blue: 0.729)
/* Android */
Color.parseColor("#b7baba")Accessibility — WCAG contrast
Aa
#b7baba on white: 1.95:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b7baba on black: 10.75:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red71.8%
Green72.9%
Blue72.9%
CMYK percentages
Cyan1.6%
Magenta0.0%
Yellow0.0%
Key (black)27.1%
Color previews
#b7baba text on a black background
contrast 10.75:1
Card sample
#b7baba text on a white background
contrast 1.95:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b7baba;
Background color
Panel with #b7baba background
background-color: #b7baba;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b7baba;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(183, 186, 186, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(183, 186, 186, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b7baba; background: linear-gradient(135deg, #b7baba, #B7B8BA);