UI Deploy

Curated, Short, Web UI Dev we Love.

A Guide to CSS RGBA Colors

RGBA is a type of CSS color value that allows us to set a color and also its opacity/transparency.

Here’s an example of using the CSS rgba() notation to specify white with 50% opacity

view source

Advertisement