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