Pandaxq is an independent set of tools for the two decisions that quietly determine whether an interface is readable: colour contrast and typographic scale. No account, no upload, no paywall.
Most contrast tooling is either buried inside a developer console — great if you already know what you are looking for — or locked behind a sign-up wall that makes a five-second check into a commitment. Pandaxq is the opposite: open the page, paste two hex values, get an answer you can send to a colleague as a link.
Everything runs client-side. The colours and numbers you enter are processed in your browser and are never transmitted to a server.
We implement the relative luminance method defined in the W3C Web Content Accessibility Guidelines:
0.2126R + 0.7152G + 0.0722B.(Llighter + 0.05) / (Ldarker + 0.05).Thresholds applied: 4.5:1 for normal text at AA, 3:1 for large text at AA, 7:1 and 4.5:1 for the equivalent AAA levels, and 3:1 for interface components and meaningful graphics. "Large text" follows the guideline definition — 18pt / 24px or larger, or 14pt / 18.66px or larger when bold.
Palettes are produced by rotating hue in HSL space from a base colour, using the standard harmony offsets: analogous at ±30°, complementary at 180°, triadic at 120° and 240°, split complementary at 150° and 210°, tetradic at 90° intervals, and monochromatic variation in lightness only. These are conventions, not rules — the generator gives you a starting point, and the contrast readout tells you what each colour can actually be used for.
Scales use the modular formula size = base × ratiostep. Ratios are the conventional set inherited from musical intervals. Values are reported to one decimal place and deliberately not rounded to whole pixels, because rounding breaks the ratio you just chose.
Pandaxq checks numbers. It does not certify compliance, and it cannot see your page. Real accessibility review involves assistive technology, keyboard behaviour, content structure and user testing — none of which a contrast ratio can substitute for.
Corrections, bug reports and suggestions are genuinely welcome — especially cases where a calculation disagrees with another tool you trust.
We aim to reply within a few working days. We cannot answer questions about your specific tax, legal or compliance situation.
Pandaxq is an independent project and is not affiliated with the W3C or any standards body.