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