#bcbfd0
a light, soft blue · warm · closest name: silver
RGB
188, 191, 208
HSL
231°, 18%, 78%
CMYK
10, 8, 0, 18
Luminance
0.5251
Every format
| HEX | #bcbfd0 |
| RGB | rgb(188, 191, 208) |
| HSL | hsl(231, 18%, 78%) |
| CMYK | cmyk(10%, 8%, 0%, 18%) |
| LAB | lab(77.6 2.3 -8.9) |
| LCH | lch(77.6 9.2 284.4) |
| OKLCH | oklch(0.808 0.024 277.9) |
Copy-ready code
/* CSS */
color: #bcbfd0;
background-color: #bcbfd0;
/* Tailwind (arbitrary) */
class="text-[#bcbfd0] bg-[#bcbfd0]"
/* SCSS */
$brand: #bcbfd0;
/* SwiftUI */
Color(red: 0.737, green: 0.749, blue: 0.816)
/* Android */
Color.parseColor("#bcbfd0")Accessibility — WCAG contrast
Aa
#bcbfd0 on white: 1.83:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bcbfd0 on black: 11.50:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red73.7%
Green74.9%
Blue81.6%
CMYK percentages
Cyan9.6%
Magenta8.2%
Yellow0.0%
Key (black)18.4%
Color previews
#bcbfd0 text on a black background
contrast 11.50:1
Card sample
#bcbfd0 text on a white background
contrast 1.83:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bcbfd0;
Background color
Panel with #bcbfd0 background
background-color: #bcbfd0;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bcbfd0;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(188, 191, 208, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(188, 191, 208, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bcbfd0; background: linear-gradient(135deg, #bcbfd0, #C6BCD0);