|
Some users find it hard to read light gray text on a white background, dark gray text on a black background and white text on a red background.
Note: The default link color in IE11 has poor contrast on a white background. Fix by specifying a:link and a:visited colors in CSS.
- The contrast ratio should be 4.5 or more for 18 point text, or larger
- The contrast ratio should be 4.5 or more for 14 point bold text, or larger
- The contrast ratio should be 7.0 or more for all other text
| | |
| The text color to background color contrast ratio is: 3.41 with
color: rgb(141,103,8);background-color: rgb(26,25,25);font-size: 24.00pt;font-weight: 400.00; 5.04 with
color: rgb(224,0,0);background-color: rgb(255,255,255);font-size: 15.00pt;font-weight: 400.00; 5.04 with
color: rgb(224,0,0);background-color: rgb(255,255,255);font-size: 15.00pt;font-weight: 400.00; 5.04 with
color: rgb(224,0,0);background-color: rgb(255,255,255);font-size: 15.00pt;font-weight: 400.00; 3.41 with
color: rgb(141,103,8);background-color: rgb(26,25,25);font-size: 28.80pt;font-weight: 400.00; https://fortherecord.moadoph.gov.au/ | Line 51 470 473 476 485
...
| |