<?xml version="1.0" encoding="utf-8"?>

HSLA

HSLA

HSLA is a modified HSL version with an Alpha parameter for opacity. It ranges between 0.0 (fully transparent) and 1.0 (not transparent at all). In code, use the hsla() functional notation to set values: style="color: hsla(360,80%,50%,0.5);". A quick reminder — avoid any spacing in between characters.

Improve your UX & Product skills with interactive courses that actually work