Ctrl + K
HomeColors ToolsContrast Ratio Calculator
Free Developer Tool

Contrast Ratio Calculator

Calculate the relative contrast ratio between foreground and background colors.

Foreground
Background
Aa
Normal text
Large Text
Contrast Ratio
21.00:1
AAA
Excellent contrast. Meets WCAG AAA for normal and large text.
WCAG Compliance
Normal Text — AAPass
Normal Text — AAAPass
Large Text — AAPass
Large Text — AAAPass
Colors
Foreground#000000
Background#FFFFFF
Foreground luminance0.0000
Background luminance1.0000

What is Contrast Ratio Calculator?

Calculate the contrast ratio between a foreground color and a background color. The result helps developers and designers evaluate whether a color combination provides sufficient visual distinction for text and interface elements.

How to use

  1. Choose a foreground color.
  2. Choose a background color.
  3. Calculate the contrast ratio.
  4. Review the resulting ratio.

Features

  • Foreground and background color inputs
  • Contrast ratio calculation
  • HEX color support
  • Instant results
  • Browser-based processing

Common Use Cases

  • Web accessibility
  • UI design
  • Text readability
  • Color palette testing
  • Design system development

Example

Input
Foreground: #000000
Background: #FFFFFF
Output
Contrast ratio: 21:1

FAQ

What does the contrast ratio represent?

The contrast ratio represents the difference in relative luminance between two colors and ranges from 1:1 to 21:1.

What is the maximum contrast ratio?

The maximum possible contrast ratio is 21:1, produced by black against white.

Is this the same as a WCAG checker?

The calculator focuses on calculating the contrast ratio, while a WCAG contrast checker can additionally evaluate the result against accessibility requirements.