These are the guarantees we have for each range of L based on the data above.
It does not mean that pairs outside these ranges will certainly fail or wonβt be readable,
just that we cannot tell just by looking at the L.
L:
{{ percent(bounds[i - 1]) }}
to
{{ percent(bounds[i]) }}
Compliance
WCAG 2.1
{{ color }}
{{ value ? "β " : "" }} {{ value || "" }}
Readability
APCA
{{ color }}
{{ value === "best" ? "π Best" : value === "ok" ? "π OK" : "" }}