From 3336532fe5fa7488da5f82bf7d61dfd553871fb5 Mon Sep 17 00:00:00 2001 From: Joe Mooring Date: Mon, 13 May 2024 08:41:08 -0700 Subject: [PATCH] Update Colors.md --- content/en/methods/resource/Colors.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/en/methods/resource/Colors.md b/content/en/methods/resource/Colors.md index 4485d4f67..b062210ba 100644 --- a/content/en/methods/resource/Colors.md +++ b/content/en/methods/resource/Colors.md @@ -149,7 +149,7 @@ The WCAG defines the [contrast ratio] as: $$contrast\ ratio = { L_1 + 0.05 \over L_2 + 0.05 }$$ -where $L_1$ is the relative luminance of the lighest color and $L_2$ is the relative luminance of the darkest color. +where $L_1$ is the relative luminance of the lightest color and $L_2$ is the relative luminance of the darkest color. Calculate the contrast ratio to determine WCAG conformance: