In CSS, the rgba function is simply in alias of rgb. You can specify an alpha to rgb, or omit it with rgba.
See Implementation
In CSS, the rgba function is simply in alias of rgb. You can specify an alpha to rgb, or omit it with rgba.