RGBA to HEX
From transparency to opaque token
Plain HEX cannot represent alpha, so RGBA to HEX typically drops or pre-composites transparency against a background. This is useful when exporting to systems that only accept solid colors.
Choose your matte
If alpha is flattened, final appearance depends on the backdrop (white, black, themed surface). Preserve exact opacity by using RGBA to HEXA instead.