HEX, RGB and HSL each have a job
HEX (#1A2B3C) shows up most in CSS and design files; RGB pairs naturally with transparency (rgba); HSL describes colour by hue, saturation and lightness, which makes 'same colour, a bit lighter/darker' very intuitive to adjust. Converting between them means you're never locked to one format.