Why HSL feels more intuitive
RGB describes a colour as three independent channels of light intensity. HSL describes it as hue (the colour itself), saturation (how vivid), and lightness (how bright). Designers think in hue/saturation/lightness because human perception works that way — 'a bit darker' is one number to change in HSL, three coordinated changes in RGB. The catch is that HSL's lightness isn't perceptually uniform across hues (50% lightness yellow looks brighter than 50% lightness blue). For perceptually-uniform work, OKLCH is the modern answer.