#b9c1ba
a light, muted gray · cool · closest name: silver
RGB
185, 193, 186
HSL
128°, 6%, 74%
CMYK
4, 0, 4, 24
Luminance
0.5200
Every format
| HEX | #b9c1ba |
| RGB | rgb(185, 193, 186) |
| HSL | hsl(128, 6%, 74%) |
| CMYK | cmyk(4%, 0%, 4%, 24%) |
| LAB | lab(77.3 -4.1 2.6) |
| LCH | lch(77.3 4.8 147.8) |
| OKLCH | oklch(0.803 0.013 149.2) |
Copy-ready code
/* CSS */
color: #b9c1ba;
background-color: #b9c1ba;
/* Tailwind (arbitrary) */
class="text-[#b9c1ba] bg-[#b9c1ba]"
/* SCSS */
$brand: #b9c1ba;
/* SwiftUI */
Color(red: 0.725, green: 0.757, blue: 0.729)
/* Android */
Color.parseColor("#b9c1ba")Accessibility — WCAG contrast
Aa
#b9c1ba on white: 1.84:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b9c1ba on black: 11.40:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red72.5%
Green75.7%
Blue72.9%
CMYK percentages
Cyan4.1%
Magenta0.0%
Yellow3.6%
Key (black)24.3%
Color previews
#b9c1ba text on a black background
contrast 11.40:1
Card sample
#b9c1ba text on a white background
contrast 1.84:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b9c1ba;
Background color
Panel with #b9c1ba background
background-color: #b9c1ba;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b9c1ba;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(185, 193, 186, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(185, 193, 186, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b9c1ba; background: linear-gradient(135deg, #b9c1ba, #B9C1BF);