Recommend on Google

The first number is the hue, the second number is the saturation, the third number is the lightness, and the last is alpha.

#hsla { background: hsla (200, 50%, 45%, 1); }
 

Leave a Comment