Skip to content

Instantly share code, notes, and snippets.

@svgeesus
Created July 20, 2022 15:16
Show Gist options
  • Save svgeesus/1e094df7d963d991d42d40d1dc19e14d to your computer and use it in GitHub Desktop.
Save svgeesus/1e094df7d963d991d42d40d1dc19e14d to your computer and use it in GitHub Desktop.

Luminance contrast

let color = new Color("orange");
let color2 = new Color("white");
let cc = contrastWCAG21(color, color2);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment