Skip to main contentCarbon Design System

Accordion

Color

ElementPropertyColor token
Titlecolor$text-primary
Contentcolor$text-primary
Iconfill$icon-primary
Itemborder-top$border-subtle

Interactive states

ElementStatePropertyColor token
HeaderHoverbackground$background-hover
Focusborder$focus
TitleDisabledbackground$text-disabled
IconDisabledfill$icon-disabled
ItemDisabledborder-top$border-disabled
accordion interactive states

Examples of enabled, hover, focus, and disabled states

Typography

All accordion titles are set in sentence case. See the accordion content guidelines for more details.

ElementFont-size (px/rem)Font-weightType token
Title14 / 0.875Regular / 400$body-01
Content14 / 0.875Regular / 400$body-01

Structure

There is no max-height for an open panel but an accordion may scroll if constrained by vertical space. The width of an accordion varies based on the content, layout, and page design. The icon used in the header is a chevron.

ElementPropertypx/remSpacing token
Headerheight40 / 2.5–
Itemborder-top1–
Iconsize16 / 1–
padding-right16 / 1$spacing-05
Titlemargin-left16 / 1$spacing-05
Panelpadding-right25%–
padding-top8 / 0.5$spacing-03
padding-left16 / 1$spacing-05
padding-bottom24 / 1.5$spacing-06
Structure and spacing measurements for accordion

Structure and spacing measurements for accordion | px / rem

Margin right

Accordions have a variable right margin that changes based on its width. Accordions that are 640px and wider have a margin-right: 25% with the percentage being based off the width of the container it is placed in. At smaller widths, the margin-right is a fixed size.

Body copy, including titles, in an accordion always follows the margin-right rules. However, inputs and other components may still expand to the full width of the accordion panel.

Accordion widthMargin-rightSpacing token
> 64025%–
420-640px64px / 4rem$spacing-10
< 42016px / 1rem$spacing-05

Sizes

ElementSizeHeight (px/rem)
HeaderSmall (sm)32 / 2
Medium (md)40 / 2.5
Large (lg)48 / 3
Sizes for accordion