@function HEXToRGBA($hex, $alpha) {
  @return rgba(from $hex r g b / $alpha);
}
