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 color picker box for setting lightness and saturation

  • Sliders for setting the hue and transparency (“alpha channel”)

  • Form elements for:

    • Displaying the current and new color settings
    • Setting the color as a hexadecimal value
    • Setting the color as red/green/blue (RGB) value (0 to 255 each)
    • Setting the color as hue/saturation/lightness (HSL) value (hue: 0 to 360 degrees, saturation: 0% to 100%, lightness: 0% to 100%)
    • Setting the transparency (“alpha channel”) value of the color (0.00 for full transparency to 1.00 for opaque)

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

Schematic visualization of NAME

Schematic visualization of NAME

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 Submit 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