#b8b8be
a light, muted gray · warm · closest name: silver
RGB
184, 184, 190
HSL
240°, 4%, 73%
CMYK
3, 3, 0, 26
Luminance
0.4819
Every format
| HEX | #b8b8be |
| RGB | rgb(184, 184, 190) |
| HSL | hsl(240, 4%, 73%) |
| CMYK | cmyk(3%, 3%, 0%, 26%) |
| LAB | lab(74.9 1.1 -3.0) |
| LCH | lch(74.9 3.2 290.5) |
| OKLCH | oklch(0.784 0.008 286.2) |
Copy-ready code
/* CSS */
color: #b8b8be;
background-color: #b8b8be;
/* Tailwind (arbitrary) */
class="text-[#b8b8be] bg-[#b8b8be]"
/* SCSS */
$brand: #b8b8be;
/* SwiftUI */
Color(red: 0.722, green: 0.722, blue: 0.745)
/* Android */
Color.parseColor("#b8b8be")Accessibility — WCAG contrast
Aa
#b8b8be on white: 1.97:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b8b8be on black: 10.64:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red72.2%
Green72.2%
Blue74.5%
CMYK percentages
Cyan3.2%
Magenta3.2%
Yellow0.0%
Key (black)25.5%
Color previews
#b8b8be text on a black background
contrast 10.64:1
Card sample
#b8b8be text on a white background
contrast 1.97:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b8b8be;
Background color
Panel with #b8b8be background
background-color: #b8b8be;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b8b8be;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(184, 184, 190, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(184, 184, 190, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b8b8be; background: linear-gradient(135deg, #b8b8be, #BCB8BE);