Color Contrast Tool

The ColorGradient component provides options for checking the color contrast ratio between two colors. Color contrast between text and background is important on web pages. It affects some people’s ability to perceive the information.

This tool follows the Web Content Accessibility Guidelines (WCAG), which are a series of recommendations for making the web more accessible.

Regarding colors, the WCAG standard defines two levels of contrast ratio:

  • AA (minimum contrast)—The level AA requires a contrast ratio of at least 4.5:1 for normal text.
  • AAA (enhanced contrast)—The level AAA requires a contrast ratio of at least 7:1 for normal text.

To enable the functionality, set its backgroundColor property.

The following example demonstrates how to display the Color Contrast tool in the ColorGradient.

Example
View Source
Change Theme:

In this article

Not finding the help you need?