#b8bfc3
a light, muted blue · cool · closest name: silver
RGB
184, 191, 195
HSL
202°, 8%, 74%
CMYK
6, 2, 0, 24
Luminance
0.5139
Every format
| HEX | #b8bfc3 |
| RGB | rgb(184, 191, 195) |
| HSL | hsl(202, 8%, 74%) |
| CMYK | cmyk(6%, 2%, 0%, 24%) |
| LAB | lab(76.9 -1.6 -2.9) |
| LCH | lch(76.9 3.3 239.9) |
| OKLCH | oklch(0.800 0.010 232.4) |
Copy-ready code
/* CSS */
color: #b8bfc3;
background-color: #b8bfc3;
/* Tailwind (arbitrary) */
class="text-[#b8bfc3] bg-[#b8bfc3]"
/* SCSS */
$brand: #b8bfc3;
/* SwiftUI */
Color(red: 0.722, green: 0.749, blue: 0.765)
/* Android */
Color.parseColor("#b8bfc3")Accessibility — WCAG contrast
Aa
#b8bfc3 on white: 1.86:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b8bfc3 on black: 11.28:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red72.2%
Green74.9%
Blue76.5%
CMYK percentages
Cyan5.6%
Magenta2.1%
Yellow0.0%
Key (black)23.5%
Color previews
#b8bfc3 text on a black background
contrast 11.28:1
Card sample
#b8bfc3 text on a white background
contrast 1.86:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b8bfc3;
Background color
Panel with #b8bfc3 background
background-color: #b8bfc3;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b8bfc3;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(184, 191, 195, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(184, 191, 195, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b8bfc3; background: linear-gradient(135deg, #b8bfc3, #B8B8C3);