HSL to RGBA
Theme-friendly input to runtime format
HSL makes palette authoring intuitive; RGBA is practical for implementation in CSS and canvas contexts. This conversion is useful when tokens are authored in HSL but consumed as channel values.
Opacity control
Add alpha intentionally for layered UI states. Keeping all outputs fully opaque can break expected blending in overlays and badges.