As the specification states, lab and lch should accept a percentage as first argument ([source](https://drafts.csswg.org/css-color/#specifying-lab-lch)). As of today, `lch(50% 50 50)` will result in `undefined` when parsing it. (I'm writing a Pull Request to handle percentage number) And thanks for this great library ! Really usefull.