For example: const color = lighten('#ffb537', 0); and const color = darken('#ffb537', 0); both return `#ffb638`. I think it should return the original color?