static bool meetsWCAGAAA(Color foreground, Color background) { return contrastRatio(foreground, background) >= minContrastAAA; }