Skip to content

Instantly share code, notes, and snippets.

@svgeesus
Last active July 14, 2026 19:49
Show Gist options
  • Select an option

  • Save svgeesus/6fd21626e781d22b06f663b38cfe5cc1 to your computer and use it in GitHub Desktop.

Select an option

Save svgeesus/6fd21626e781d22b06f663b38cfe5cc1 to your computer and use it in GitHub Desktop.

Which (if any) is the hue coordinate

    let col = new Color("Oklch", [0.6, 0.2, 75]);
    let s = col.space;
    let index = s.hueIndex;
    let id = s.hueId;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment