Convert Colors from YAML for use in Power BI

Instructions

Edit colors in the YAML Editor, and they will be parsed and output into:

Every Background-color is adapted to WCAG 2.1 AAA-level, 7:1 contrast to black text. Output is set to 6-digit hexadecimal color-codes, which are most easily applied in Power BI. AltBackground suggests an alternative compatible with the AltForeground. Click the colored square in the YAML Editor to change colors. All changes are persisted in your browser's local storage, so they will be available when you return to the page.

YAML Editor
Sample:
  Students: "#FFEBC0"
  Employees: "#80C6FF"
  Externals: "#FABBC3"
  Faculties: "#498205"
  Divisions: "#005E50"
  Others: "#C3F8F9"

Tests:
  cyan: "#00ffFF"
  Teal: "hsl(184 100% 60%)"
  IndianRed: IndianRed
  paleTurquoise: #AFEEEE
  LightPink: "rgb(255, 182, 193)"
  Bisque: "#FFE4C4BF"
  LightSlateGray: 778899
  blank: ""