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