HEX, RGB and HSL — what they are
- HEX —
#RRGGBB, the web's shorthand for a color (two hex digits each for red, green, blue). Also supports#RGBand 8-digit#RRGGBBAAwith alpha. - RGB — red, green, blue each 0–255. What screens actually mix.
- HSL — hue (0–360°), saturation and lightness (0–100%). The most intuitive for adjusting a color — nudge lightness for a tint/shade, or hue to shift the color.
Edit any field and the rest follow. Rounding means a HSL→RGB→HSL round-trip can shift by ±1 — normal and harmless.