#b0baba
a light, muted gray · cool · closest name: silver
RGB
176, 186, 186
HSL
180°, 7%, 71%
CMYK
5, 0, 0, 27
Luminance
0.4789
Every format
| HEX | #b0baba |
| RGB | rgb(176, 186, 186) |
| HSL | hsl(180, 7%, 71%) |
| CMYK | cmyk(5%, 0%, 0%, 27%) |
| LAB | lab(74.8 -3.5 -1.2) |
| LCH | lch(74.8 3.7 199.1) |
| OKLCH | oklch(0.781 0.011 196.9) |
Copy-ready code
/* CSS */
color: #b0baba;
background-color: #b0baba;
/* Tailwind (arbitrary) */
class="text-[#b0baba] bg-[#b0baba]"
/* SCSS */
$brand: #b0baba;
/* SwiftUI */
Color(red: 0.690, green: 0.729, blue: 0.729)
/* Android */
Color.parseColor("#b0baba")Accessibility — WCAG contrast
Aa
#b0baba on white: 1.99:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b0baba on black: 10.58:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red69.0%
Green72.9%
Blue72.9%
CMYK percentages
Cyan5.4%
Magenta0.0%
Yellow0.0%
Key (black)27.1%
Color previews
#b0baba text on a black background
contrast 10.58:1
Card sample
#b0baba text on a white background
contrast 1.99:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b0baba;
Background color
Panel with #b0baba background
background-color: #b0baba;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b0baba;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(176, 186, 186, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(176, 186, 186, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b0baba; background: linear-gradient(135deg, #b0baba, #B0B3BA);