How do you style the accordions closed state?

How do you style the accordions closed state?

Is there a way to style the closed state on the accordion similar to:
  1. . ui-accordion . ui-accordion-header-active {
  2.      background-color : rgb ( 252 , 255 , 150 );
  3. }