hsl

Back to the index.

HSL is another color definition.

Example

Without an alpha channel.

background-color: hsl(36,75%,40%)

color: hsl(36,75%,40%)

border-color: hsl(36,75%,40%)

With an alpha channel.

background-color: hsla(36,75%,40%,0.6)

color: hsla(36,75%,40%,0.6)

border-color: hsla(36,75%,40%,0.6)