#bcbfc2
a light, muted gray · cool · “silver”
RGB
188, 191, 194
HSL
210°, 5%, 75%
CMYK
3, 2, 0, 24
Luminance
0.5185
Every format
| HEX | #bcbfc2 |
| RGB | rgb(188, 191, 194) |
| HSL | hsl(210, 5%, 75%) |
| CMYK | cmyk(3%, 2%, 0%, 24%) |
| LAB | lab(77.2 -0.5 -1.9) |
| LCH | lch(77.2 1.9 255.9) |
| OKLCH | oklch(0.803 0.005 247.9) |
Copy-ready code
/* CSS */
color: #bcbfc2;
background-color: #bcbfc2;
/* Tailwind (arbitrary) */
class="text-[#bcbfc2] bg-[#bcbfc2]"
/* SCSS */
$brand: #bcbfc2;
/* SwiftUI */
Color(red: 0.737, green: 0.749, blue: 0.761)
/* Android */
Color.parseColor("#bcbfc2")Accessibility — WCAG contrast
Aa
#bcbfc2 on white: 1.85:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bcbfc2 on black: 11.37:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red73.7%
Green74.9%
Blue76.1%
CMYK percentages
Cyan3.1%
Magenta1.5%
Yellow0.0%
Key (black)23.9%
Color previews
#bcbfc2 text on a black background
contrast 11.37:1
Card sample
#bcbfc2 text on a white background
contrast 1.85:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bcbfc2;
Background color
Panel with #bcbfc2 background
background-color: #bcbfc2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bcbfc2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(188, 191, 194, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(188, 191, 194, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bcbfc2; background: linear-gradient(135deg, #bcbfc2, #BDBCC2);