Color Code Converter takes a colour in any one of HEX, RGB, or HSL and shows the other two, updating as you type. An alpha value is kept and shown as an 8-digit hex and as rgba() or hsla().
The conversion runs in JavaScript in the open tab. Nothing you enter is uploaded.
3, 4, 6, and 8 digit hex; rgb() and rgba() with numbers or percentages; hsl() and hsla().
No. Enter a colour as hex, rgb(), or hsl().
An alpha below 1 appears as an 8-digit hex and in the rgba() and hsla() strings.
No. It is a local calculation in your browser.