The hsla() function is used to set a color value in CSS. The hsla() function takes four values, they are: hue, saturation, lightness and alpha transparency.
hsla()
hsla() = hsla( hue, saturation, lightness, alpha)