#bcbdcd
a light, muted blue · warm · closest name: silver
RGB
188, 189, 205
HSL
237°, 15%, 77%
CMYK
8, 8, 0, 20
Luminance
0.5149
Every format
| HEX | #bcbdcd |
| RGB | rgb(188, 189, 205) |
| HSL | hsl(237, 15%, 77%) |
| CMYK | cmyk(8%, 8%, 0%, 20%) |
| LAB | lab(77.0 2.7 -8.1) |
| LCH | lch(77.0 8.6 288.6) |
| OKLCH | oklch(0.802 0.022 283.0) |
Copy-ready code
/* CSS */
color: #bcbdcd;
background-color: #bcbdcd;
/* Tailwind (arbitrary) */
class="text-[#bcbdcd] bg-[#bcbdcd]"
/* SCSS */
$brand: #bcbdcd;
/* SwiftUI */
Color(red: 0.737, green: 0.741, blue: 0.804)
/* Android */
Color.parseColor("#bcbdcd")Accessibility — WCAG contrast
Aa
#bcbdcd on white: 1.86:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bcbdcd on black: 11.30:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red73.7%
Green74.1%
Blue80.4%
CMYK percentages
Cyan8.3%
Magenta7.8%
Yellow0.0%
Key (black)19.6%
Color previews
#bcbdcd text on a black background
contrast 11.30:1
Card sample
#bcbdcd text on a white background
contrast 1.86:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bcbdcd;
Background color
Panel with #bcbdcd background
background-color: #bcbdcd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bcbdcd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(188, 189, 205, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(188, 189, 205, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bcbdcd; background: linear-gradient(135deg, #bcbdcd, #C6BCCD);