I was able to set the sidebar color for pages using the background color in Theme options > Layout & Design > Background color:
But the sidebar color is not showing in the individual posts.
I tried adding this css based on another support thread:
.x-sidebar {
background-color: #F3F3F3;
}
This changes part of the sidebar, but it doesn’t fill the entire width or height of the sidebar.