WCAG contrast basics
Contrast is calculated from relative luminance. The ratio compares the lighter color and darker color after converting sRGB values to linear light.
- Contrast ratio = (L1 + 0.05) / (L2 + 0.05)
- WCAG AA normal text target: 4.5:1
- WCAG AAA normal text target: 7:1