CSS Color Module Level 4 introduces new 8-character #rrggbbaa and 4-character #rgba shorthand hex notations for colors to include the alpha (opacity) channel.
background: rgba(0,0,0,.2); // rgba()
background: #00000033; // #rrggbbaa
background: #0003; // #rgba
| Alpha % | Hex | Num |
|---|