it("should parse alphanumeric hex color string", function () {
      assert.deepStrictEqual(parseColor("#A7F1FF"), {
        r: 0xa7,
        g: 0xf1,
        b: 0xff,