#b0babc
a light, muted cyan · cool · closest name: silver
RGB
176, 186, 188
HSL
190°, 8%, 71%
CMYK
6, 1, 0, 26
Luminance
0.4798
Every format
| HEX | #b0babc |
| RGB | rgb(176, 186, 188) |
| HSL | hsl(190, 8%, 71%) |
| CMYK | cmyk(6%, 1%, 0%, 26%) |
| LAB | lab(74.8 -3.1 -2.2) |
| LCH | lch(74.8 3.8 215.7) |
| OKLCH | oklch(0.782 0.011 211.0) |
Copy-ready code
/* CSS */
color: #b0babc;
background-color: #b0babc;
/* Tailwind (arbitrary) */
class="text-[#b0babc] bg-[#b0babc]"
/* SCSS */
$brand: #b0babc;
/* SwiftUI */
Color(red: 0.690, green: 0.729, blue: 0.737)
/* Android */
Color.parseColor("#b0babc")Accessibility — WCAG contrast
Aa
#b0babc on white: 1.98:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b0babc on black: 10.60:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red69.0%
Green72.9%
Blue73.7%
CMYK percentages
Cyan6.4%
Magenta1.1%
Yellow0.0%
Key (black)26.3%
Color previews
#b0babc text on a black background
contrast 10.60:1
Card sample
#b0babc text on a white background
contrast 1.98:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b0babc;
Background color
Panel with #b0babc background
background-color: #b0babc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b0babc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(176, 186, 188, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(176, 186, 188, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b0babc; background: linear-gradient(135deg, #b0babc, #B0B2BC);