#b8c2ba
a light, muted gray · cool · closest name: silver
RGB
184, 194, 186
HSL
132°, 8%, 74%
CMYK
5, 0, 4, 24
Luminance
0.5232
Every format
| HEX | #b8c2ba |
| RGB | rgb(184, 194, 186) |
| HSL | hsl(132, 8%, 74%) |
| CMYK | cmyk(5%, 0%, 4%, 24%) |
| LAB | lab(77.5 -4.9 2.8) |
| LCH | lch(77.5 5.7 150.2) |
| OKLCH | oklch(0.804 0.016 151.7) |
Copy-ready code
/* CSS */
color: #b8c2ba;
background-color: #b8c2ba;
/* Tailwind (arbitrary) */
class="text-[#b8c2ba] bg-[#b8c2ba]"
/* SCSS */
$brand: #b8c2ba;
/* SwiftUI */
Color(red: 0.722, green: 0.761, blue: 0.729)
/* Android */
Color.parseColor("#b8c2ba")Accessibility — WCAG contrast
Aa
#b8c2ba on white: 1.83:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b8c2ba on black: 11.46:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red72.2%
Green76.1%
Blue72.9%
CMYK percentages
Cyan5.2%
Magenta0.0%
Yellow4.1%
Key (black)23.9%
Color previews
#b8c2ba text on a black background
contrast 11.46:1
Card sample
#b8c2ba text on a white background
contrast 1.83:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b8c2ba;
Background color
Panel with #b8c2ba background
background-color: #b8c2ba;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b8c2ba;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(184, 194, 186, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(184, 194, 186, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b8c2ba; background: linear-gradient(135deg, #b8c2ba, #B8C2C1);