Kilotest: Diagnoses of text contrast improvable
violation by HTML element 252 on Pacific Northwest Software Quality Conference page
Here is how tools diagnose the text contrast improvable
issue for HTML element 252 of the Pacific Northwest Software Quality Conference page.
Basics
- About the
text contrast improvable
issue- Why it matters: Content is not easy to understand
- Priority: lowest
- Related WCAG standard: 1.4.6
- About the Pacific Northwest Software Quality Conference page
- URL:
https://pnsqc.org/ - Tested on 2026-04-02 at 14:53
- URL:
- About HTML element 252
- Take me there
- Tag name:
DIV - Text:
05 … MINUTES
- Start tag:
<div class="rounded-lg bg-white/5 border border-white/10 px-3 py-2 text-center"> - XPath:
/html/body/section[1]/div[1]/div[1]/div[1]/div[3]/div[1]/div[1]/div[3] - Bounding box: x = 586, y = 647, width = 103, height = 71
Diagnoses
- Expected color contrast ratio for large font size at least 4.5:1, but got ratio: 1.37:1,<code>background-color: #000000</code>, <code>foreground-color: #2c2419</code>, <code>font-size: 23pt</code> (original: <code>30px</code>), <code>font-weight: 800</code>.%6
Tool: ASLint (eSSENTIAL Accessibility)
Rule:
color_contrast_aaa7 - Expected color contrast ratio for small font size at least 7:1, but got ratio: 3.3:1, <code>background-color: #000000</code>, <code>foreground-color: #6b5d4f</code>, <code>font-size: 8pt</code> (original: <code>11px</code>), <code>font-weight: 400</code>.
Tool: ASLint (eSSENTIAL Accessibility)
Rule:
color_contrast_aaa7