Searching on the source for the calendar page I found these three entries:
#tribe-events-content table.tribe-events-calendar .type-tribe_events.tribe-event-featured {background-color: <%= general_theme.button_bg %>;}
#tribe-events-content table.tribe-events-calendar .type-tribe_events.tribe-event-featured {background-color: #0ea0d7;}
NOTE: This is the ONLY color that featured events have
.type-tribe_events.tribe-event-featured {background-color: #dd0000;}
NOTE: This is the custom CSS I put in, which does not work