Skip to content

Colors used within IFS Cloud Web

Colors are used within the IFS Cloud Web Framework to better visualize the information in the client. They are mostly used with the emphasis property of the applicable control. Each color is defined as a constant and can be used across a range of components, in some cases the colors are limited to a single control, for example the color picker colors.

To see the most up to date color set, refer to the Icon Library in IFS Cloud located at: https://<server>:<port>/main/ifsapplications/web/iconlibrary

Color Picker Colors

Used in client control Color Picker for the defaultempshasis property.

NameColor
Colorpicker0Transparent
Colorpicker1Pink
Colorpicker2Blue
Colorpicker3Green
Colorpicker4Red
Colorpicker5Dark Blue
Colorpicker6Orange
Colorpicker7Yellow
Colorpicker8Dark Orange
Colorpicker9Dark Green
Colorpicker10Light Purple
Colorpicker11Purple
Colorpicker12Light Green
Colorpicker13White
Colorpicker14Light Gray
Colorpicker15Light Black
Colorpicker16Light Blue
Colorpicker17Dark Gray
Colorpicker18Light Pink

Complementary Colors

The complementary colors serve the purpose of making it easier to distinguish between two different objects, without assuming a specific meaning of the color as such. For example, complementary colors can be used in a chart to make it easy to see which line is which. You can set the complementary colors of a client control by using its client control property emphasis.

Some important notes to keep in mind when using complementary colors:

  • These colors could be completely different in different visual themes.
  • These colors could be completely different in different releases.
  • Do not assume that one of those colors will stay the same.
  • Do not assume or assign a meaning to any of those colors.

Following are a list of available complementary colors in IFS Cloud Web:

NameColorComment
Complementary1Color1
Complementary2Color2
Complementary3Color3
Complementary4Color4
Complementary5Color5
Complementary6Color6
Complementary7Color7
Complementary8Color8
Complementary9Color9

Contextual Colors

In contrast to complementary colors, contextual colors are used to;

  • Communicate a strong, specific meaning; for example, a red status for something that requires attention
  • Include varying degrees of “neutral” system states in the framework

You can set the contextual colors of a client control by using its client control property emphasis.

Following are a list of available complementary colors in IFS Cloud Web:

NameColorComment
OK, True, SuccessGreen
WarningYellow
Alert, Danger, Error, Failure, FalseRed
Info, PrimaryBlue/Purple/OrangeThe color will depend on the selected theme.
Default, Neutral, NormalBlack/White/GrayThe color will depend on the selected theme.

Data Validity Colors

Used in client control property emphasis to show the validity of the data. Typical controls that use these set of colors are the badge and state indicator.

NameColor
ValidityActiveLight gray-blue
ValidityBlockPink
ValidityHiddenYellow

Process Viewer Colors

Used within the process viewer control. The colors are determined by the selected IFS Cloud Web theme.

State Colors

State colors take two forms:

  • Standard
  • Progress

Standard State Colors

Used primarily with the state indicator, though they can also be used on other components such as badges. A “standard state” color has been assigned to the 30 most common states in IFS Cloud, based on the following intended meanings:

  • Blue = Initiated
  • Yellow = In Progress
  • Green = Approved
  • Pink = Outside of Normal Process
  • Gray = Canceled
  • Red = Error

While the afore mentioned color scheme is the norm, it is perfectly acceptable to use another emphasis color if the default does not make sense for your page, process, or flow. Colors are set by using the client control property emphasis.

Listed below are the 30 standard states and the associated colors in IFS Cloud Web framework:

NameColorComment
StateCreated
StateNew
StateStarted
Dark Blue
StatePlannedLight Blue
StateInProgress
StateChanged
StateReceived
StatePrinted
StateReserved
StateAcknowledged
Yellow
StateReleased
StateCompleted
StateConfirmed
Green
StateBlocked
StateStopped
StateRejected
Pink
StateClosedDark Gray
StateObsolete
StateCanceled
Light Gray
StateErrorRed

State Progress Colors

Progress colors were introduced to improve the range of state indicator colors, particularly for processes with many, progressive steps where the original State color set communicated too strong of a signal. The colors are based on a light-to-dark cool color palette, where light purple corresponds to “initiated” and dark green corresponds to “completed”. The color set is intentionally toned down compared to the complementary and contextual color sets, to draw less attention.

This color palette is particularly useful for:

  • Processes with many statuses/steps, where a strong signal color is not necessary (or desirable)
  • Client controls in lists such as badges, where a strong color indicator is not necessary (or desirable)
  • To represent an item not requiring immediate attention
  • To represent a relatively “neutral” state or category

Some important limitations to bare in mind when working with this color pallet:

  • All 12 colors are not easily differentiated from each other nor are they recognizable in isolation, therefore, use with caution if this is important. You could consider using colors from this set if you choose progresses far apart from each other on the number scale, for example, Progress1, Progress4, Progress7, Progress10, Progress12. Alternatively, you could use a few of these colors to supplement other color sets.
  • The state progress colors are not recommended for use with charts or calendars, since the colors are not easily distinguishable from one another (nor with blue and green emphasis colors in other color sets).

Below is a picture of how the color pallet is set along the progress:

State Progress Colors