Created by: ilyador
Why?
- HSL is human readable. there are only some HEX and almost zero RGB values most people can read and understand.
- All colors will be in the same format. Now colors with opacity are RGBA and the rest are HEX, with HSL you could easily compare between colors with opacity and without.
- Using HSL you can easily create "steps", take a base color and make variations of it, without the using SASS functions. You could write all 50 shades of gray by yourself ;)
I switched to using HSL in my projects for half a year now, and I really see no way back.