The default accordion header is a background image not a color, so you need to set it to none in the CSS like this:
color: rgb(255, 255, 255); !important; background-color: rgb(0, 32, 91) !important; font-weight: bold;
background-image: none !important;

In Design and Preview
After Saving and Publishing