Skip to main contentCarbon Design System

Tooltip

Color

Standard tooltip

ElementPropertyColor token
Labeltext color$text-secondary
Trigger buttonsvg$icon-secondary
Trigger button: hoversvg$icon-primary
Containerbackground-color$background-inverse
Textcolor$text-inverse
Closed and open states for a standard tooltip

Example of closed (top), hover (middle), and focus (bottom) states for a standard tooltip

Icon button tooltip

ElementPropertyColor token
Containerbackground-color$background-inverse
Textcolor$text-inverse
Closed and open states for an icon button tooltip

Example of closed (top), hover (middle), and focus (bottom) states for an icon button tooltip

Typography

Tooltip labels and text should be set in sentence case.

ElementFont-size (px/rem)Font-weightType token
Label12 / 0.75Regular / 400$label-01
Body text14 / 0.875Regular / 400$body-compact-01

Structure

All tooltip types have a varying height based on the amount of content they contain.

Standard tooltip

ElementPropertypx / remSpacing token
Containermax-width288 / 18–
padding16 / 1$spacing-05
margin-top8 / 0.5$spacing-03
Trigger iconheight, width16 / 1–
margin-left8 / 0.5$spacing-03
Structure and spacing measurements for a standard tooltip

Structure and spacing measurements for a standard tooltip | px / rem

Icon button tooltip

ClassPropertypx / remSpacing token
Containermax-width208 / 13–
padding-left, padding-right16 / 1$spacing-05
padding-top, padding-bottom2 / 0.125$spacing-01
Caretmargin-top4 / 0.25$spacing-02
Structure and spacing measurements for an icon button tooltip

Structure and spacing measurements for an icon button tooltip | px / rem

Placement

Tooltip directions by default are set to auto. Upon opening, tooltips can detect the edges of the browser to properly be placed in view so the container does not get cutoff. Tooltips can instead use specific directions and may be positioned top, right, bottom, or left to the trigger item. Tooltips should be placed at least 16px / 1rem off of the bottom of the page and not bleed off page or behind other content. On mobile, tooltips can only appear below the tooltip icon.

Placement examples for a tooltip

Placement examples for a tooltip