Checks if a color combination meets WCAG AA for large text/UI components.
static bool meetsWcagAA3(Color foreground, Color background) => meetsLevel(foreground, background, ContrastLevel.aa3);