Javel's notes

TIL; alpha channel on hex colors

The alpha channel of an hex color can be controlled using a base 16 value at the end of the hex code of a regular color. The resulting hex code will be a string of 8 characters.

  background-color: #0080FF80;

Sources

© Joris Langlois 2023