Intro

The color picker popover consists of a color picker within a popover. You can use it to offer color selectors on toolbars (for example, triggered by a button). The color picker popover allows users to select any color.

Color picker popover

Color picker popover

Usage

Use the color picker popover if:

Do not use the color picker popover if:

Responsiveness

The color picker popover supports cozy and compact content densities. On a phone, the color picker popover turns into a full-screen dialog.

Size S

Size S

Size M

Size M

Size L

Size L

Layout

The color picker popover consists of a popover containing a color picker and a toolbar.

The color picker consists of the following elements:

The toolbar contains two buttons: OK (emphasized) and Cancel.

Types

The color picker popover comes in 3 flavors:

  • Simplified: The simplified color picker offers settings for hue, saturation, and lightness, but not for the alpha channel. It shows the current and new color. Text input is only possible for hex values.

'Simplified' color picker popover

'Simplified' color picker popover

  • Default: The default color picker allows all settings. It displays input fields either for red / green / blue / alpha or for hue / saturation / lightness / alpha. End users can switch between both sets of input fields.

'Default' color picker popover

'Default' color picker popover

  • Large: The large color picker allows all settings and displays all fields at the same time.

'Large' color picker popover

'Large' color picker popover

Behavior and Interaction

Colors can be selected using mouse/touch or a keyboard:

The OK button applies the new color and closes color picker popover. The Cancel button closes the color picker popover without applying the new color.

Guidelines

Resources

Want to dive deeper? Follow the links below to find out more about related controls, the SAPUI5 implementation, and the visual design.

Elements and Controls

Implementation

Visual Design