#bcbbcf
a light, soft blue · warm · closest name: silver
RGB
188, 187, 207
HSL
243°, 17%, 77%
CMYK
9, 10, 0, 19
Luminance
0.5074
Every format
| HEX | #bcbbcf |
| RGB | rgb(188, 187, 207) |
| HSL | hsl(243, 17%, 77%) |
| CMYK | cmyk(9%, 10%, 0%, 19%) |
| LAB | lab(76.5 4.2 -9.9) |
| LCH | lch(76.5 10.8 293.1) |
| OKLCH | oklch(0.799 0.028 288.0) |
Copy-ready code
/* CSS */
color: #bcbbcf;
background-color: #bcbbcf;
/* Tailwind (arbitrary) */
class="text-[#bcbbcf] bg-[#bcbbcf]"
/* SCSS */
$brand: #bcbbcf;
/* SwiftUI */
Color(red: 0.737, green: 0.733, blue: 0.812)
/* Android */
Color.parseColor("#bcbbcf")Accessibility — WCAG contrast
Aa
#bcbbcf on white: 1.88:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bcbbcf on black: 11.15:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red73.7%
Green73.3%
Blue81.2%
CMYK percentages
Cyan9.2%
Magenta9.7%
Yellow0.0%
Key (black)18.8%
Color previews
#bcbbcf text on a black background
contrast 11.15:1
Card sample
#bcbbcf text on a white background
contrast 1.88:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bcbbcf;
Background color
Panel with #bcbbcf background
background-color: #bcbbcf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bcbbcf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(188, 187, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(188, 187, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bcbbcf; background: linear-gradient(135deg, #bcbbcf, #C9BBCF);