Skip to Main Content

Pelican Design System icon Pelican Design System Status Colors

Status Colors

Pelican uses Status colors to inform users about what is going on with the system.

Status Colors

Status colors indicate various system statuses, such as error messages or informational dialogs.

Status colors should not be the sole way statuses are communicated to users. However, the selected colors are common colors when communicating system conditions. Status colors only add visual meaning. This is not communicated to users with assistive technologies, such as screen readers. Write your content to clearly communicate along with the chosen Status color.

Success

#0d6211

$success

Warning

#ffc107

$warning

Danger

#b00003

$danger

Info

#004ba1

$info

Using Status Colors

The guidelines below may not cover all situations and use cases in your digital product. Use them as guides for deciding which color is semantically appropriate. Be careful not to use Status Colors as brand colors or influence colors as this will dilute their meaning.

Success

The Success color indicates an action is successful or an event is beneficial.

  • Often used in validated form field indications
  • Lighter and darker variations used for background and text colors in Success Alerts and Success Toasts
  • Might be to used to signal a data submission button when all required or validated fields are satisfactory.

Note: A successful action can include the successful deletion of an item or file.

Warning

The Warning color indicates unintended, but not dangerous, effects of actions.

  • Often used to display destructive actions from a list if it’s relatively easy to reinsert items in the list.
  • Can be used to signal data actions authorized users can affect which could affect non-authorized users.
  • Could be used to indicate waiting states in processes or multi-step forms.
  • Should be used to inform the user of system-wide errors preventing some, if not all, features.
  • Lighter and darker variations used for background and text colors in Warning Alerts.

Danger

The Danger colors indicates that an action will cause critical effects such as loss of data, errors, or other hard-to-reverse effects.

  • Should be used to inform the user of data deletions
  • Could be used to inform the user that opting out of certain application features could prohibit future functionality
  • Should be used to inform the user of system-wide errors which totally prevent system use
  • Lighter and darker variations used for background and text colors in Danger Alerts and Danger Toasts

Info

The Info color indicates informative or helpful information.

  • Could be used to inform the user of new features
  • Should be used to inform the user of in-process system-wide changes which will improve their experience
  • Lighter and darker variations used for background and text colors in Info Alerts

Status Color Variations

Success Status Colors

Success

#0d6211

$success

Success, Lighter

#cbffc8

$success-100

Success, Darker

#115616

$success-900

Warning Status Colors

Warning

#ffc107

$warning

Warning, Lighter

#fffbc5

$warning-100

Warning, Darker

#7c420b

$warning-900

Danger Status Colors

Danger

#b00003

$danger

Danger, Lighter

#ffdcdd

$danger-100

Danger, Darker

#94080a

$danger-900

Info Status Colors

Info

#004ba1

$info

Info, Lighter

#d1f3ff

$info-100

Info, Darker

#004ba1

$info-900

Status Color Class List

The Status Colors are implemented as background colors and as text colors. The classes needed to apply these colors are listed here.

Background Colors Text Colors
bg-success text-success
bg-success-100 text-success-100
bg-success-900 text-success-900
bg-warning text-warning
bg-warning-100 text-warning-100
bg-warning-900 text-warning-900
bg-danger text-danger
bg-danger-100 text-danger-100
bg-danger-900 text-danger-900
bg-info text-info
bg-info-100 text-info-100
bg-info-900 text-info-900

Resources

Page top