RGB to RGBA
Make opacity explicit
RGB has no transparency concept; RGBA adds a fourth channel for compositing over backgrounds. Teams use this when migrating from static brand colors to interactive surfaces like hover layers, skeleton loaders, and chart fills.
Alpha semantics
Web CSS expects alpha between 0 and 1; some graphics APIs use 0-255. Confirm unit conventions before copying values between platforms.