#bcbfcf
a light, soft blue · warm · closest name: silver
RGB
188, 191, 207
HSL
231°, 17%, 78%
CMYK
9, 8, 0, 19
Luminance
0.5246
Every format
| HEX | #bcbfcf |
| RGB | rgb(188, 191, 207) |
| HSL | hsl(231, 17%, 78%) |
| CMYK | cmyk(9%, 8%, 0%, 19%) |
| LAB | lab(77.5 2.1 -8.4) |
| LCH | lch(77.5 8.6 283.9) |
| OKLCH | oklch(0.807 0.023 277.4) |
Copy-ready code
/* CSS */
color: #bcbfcf;
background-color: #bcbfcf;
/* Tailwind (arbitrary) */
class="text-[#bcbfcf] bg-[#bcbfcf]"
/* SCSS */
$brand: #bcbfcf;
/* SwiftUI */
Color(red: 0.737, green: 0.749, blue: 0.812)
/* Android */
Color.parseColor("#bcbfcf")Accessibility — WCAG contrast
Aa
#bcbfcf on white: 1.83:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bcbfcf on black: 11.49:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red73.7%
Green74.9%
Blue81.2%
CMYK percentages
Cyan9.2%
Magenta7.7%
Yellow0.0%
Key (black)18.8%
Color previews
#bcbfcf text on a black background
contrast 11.49:1
Card sample
#bcbfcf text on a white background
contrast 1.83:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bcbfcf;
Background color
Panel with #bcbfcf background
background-color: #bcbfcf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bcbfcf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(188, 191, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(188, 191, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bcbfcf; background: linear-gradient(135deg, #bcbfcf, #C6BCCF);