HSLA Value
- Is an extension of HSL color values with an alpha channel - which specifies the opacity for a color.
- Is specified with: hsla(hue, saturation, lightness, alpha).
- The alpha parameter is a number between 0.0 (fully transparent) and 1.0 (not transparent at all).
Semantic portal