#b3babc
a light, muted gray · cool · closest name: silver
RGB
179, 186, 188
HSL
193°, 6%, 72%
CMYK
5, 1, 0, 26
Luminance
0.4833
Every format
| HEX | #b3babc |
| RGB | rgb(179, 186, 188) |
| HSL | hsl(193, 6%, 72%) |
| CMYK | cmyk(5%, 1%, 0%, 26%) |
| LAB | lab(75.0 -2.0 -1.9) |
| LCH | lch(75.0 2.8 222.4) |
| OKLCH | oklch(0.784 0.008 216.6) |
Copy-ready code
/* CSS */
color: #b3babc;
background-color: #b3babc;
/* Tailwind (arbitrary) */
class="text-[#b3babc] bg-[#b3babc]"
/* SCSS */
$brand: #b3babc;
/* SwiftUI */
Color(red: 0.702, green: 0.729, blue: 0.737)
/* Android */
Color.parseColor("#b3babc")Accessibility — WCAG contrast
Aa
#b3babc on white: 1.97:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b3babc on black: 10.67:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red70.2%
Green72.9%
Blue73.7%
CMYK percentages
Cyan4.8%
Magenta1.1%
Yellow0.0%
Key (black)26.3%
Color previews
#b3babc text on a black background
contrast 10.67:1
Card sample
#b3babc text on a white background
contrast 1.97:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b3babc;
Background color
Panel with #b3babc background
background-color: #b3babc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b3babc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(179, 186, 188, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(179, 186, 188, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b3babc; background: linear-gradient(135deg, #b3babc, #B3B4BC);