CARVIEW |
G18: Ensuring that a contrast ratio of at least 5:1 exists between text (and images of text) and background behind the text
Applicability
Any technology that produces visual output.
This technique relates to:
Description
The objective of this technique is to make sure that users can read text that is presented over a background. For Success Criterion 1.4.3, this technique describes the minimum contrast ratio for text that is less than 18 point (if not bold) and less than 14 point (if bold). For Success Criterion 1.4.5, this technique relaxes the 7:1 contrast ratio requirement for text that is at least 18 point (if not bold) or at least 14 point (if bold).
If the background is a solid color (or all black or all white) then the relative luminance of the text can be maintained by making sure that each of the text letters have 5:1 contrast ratio with the background.
If the background or the letters vary in relative luminance (or are patterned) then the background around the letters can be chosen or shaded so that the letters maintain 5:1 contrast ratio with the background behind them even if they do not have that contrast ratio with the entire background.
The contrast ratio can sometimes be maintained by changing the relative luminance of the letters as the relative luminance of the background changes across the page.
Another method is to provide a halo around the text that provides the necessary contrast ratio if the background image or color would not normally be sufficiently different in relative luminance.
Examples
-
A black background is chosen so that light colored letters that match the companies logo can be used.
-
Text is placed over a picture of the college campus. Since a wide variety of colors and darknesses appear in the picture, the area behind the text is fogged white so that the picture is very faint and the maximum darkness is still light enough to maintain a 5:1 contrast ratio with the black text written over the picture.
See also the contrast samples in related resources.
Resources
Resources are for information purposes only, no endorsement implied.
Related Techniques
(none currently listed)
Tests
Procedure
-
Measure the relative luminance of each letter (unless they are all uniform) using the formula:
-
L = 0.2126 * R + 0.7152 * G + 0.0722 * B where R, G and B are defined as:
-
if RsRGB <= 0.03928 then R = RsRGB/12.92 else R = ((RsRGB+0.055)/1.055) ^ 2.4
-
if GsRGB <= 0.03928 then G = GsRGB/12.92 else G = ((GsRGB+0.055)/1.055) ^ 2.4
-
if BsRGB <= 0.03928 then B = BsRGB/12.92 else B = ((BsRGB+0.055)/1.055) ^ 2.4
and RsRGB, GsRGB, and BsRGB are defined as:
-
RsRGB = R8bit/255
-
GsRGB = G8bit/255
-
BsRGB = B8bit/255
The "^" character is the exponentiation operator.
-
Note: For aliased letters, use the relative luminance value found two pixels in from the edge of the letter.
-
-
Measure the relative luminance of the background pixels immediately next to the letter using same formula.
-
Calculate the contrast ratio using the following formula.
-
(L1 + 0.05) / (L2 + 0.05), where
-
L1 is the relative luminance of the lighter of the foreground or background colors, and
-
L2 is the relative luminance of the darker of the foreground or background colors.
-
-
-
Check that the contrast ratio is equal to or greater than 5:1
Expected Results
The contrast ratio is equal to or greater than 5:1
-
#4 is true.
This Web page is part of Techniques and Failures for Web Content Accessibility Guidelines 2.0. The entire document is also available as a single HTML file. See the Overview of WCAG 2.0 Documents for an explanation of how this document fits in with other Web Content Accessibility Guidelines (WCAG) 2.0 documents.
Copyright © 2007 W3C® (MIT, ERCIM, Keio), All Rights Reserved. W3C liability, trademark and document use rules apply.