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