The same screen color can be described with HEX, RGB, or HSL. HEX is convenient in CSS, RGB exposes the red, green, and blue channels, and HSL makes coordinated hue, saturation, and lightness changes easier. Conversion changes the notation, not the intended color.
The tool parses a supported color value and produces equivalent formats for checking values across design files, stylesheets, and code tokens. Color conversion includes rounding, so a round trip may change a channel by one unit without producing a meaningful visual difference.