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