assert.deepStrictEqual(tagParserFor({ key: "#12D3FF" }).getColor("key"), {
        r: 0x12,
        g: 0xd3,
        b: 0xff,
      });