What does it do?
It parses one color input and shows equivalent formats side by side.
Convert HEX, RGB(A), and HSL(A) formats, inspect alpha, and preview the color live.
Convert HEX, RGB(A), and HSL(A) color values in one field and inspect the live preview.
Examples: `#1D4ED8`, `rgb(29, 78, 216)`, `hsl(221, 76%, 48%)`
It parses one color input and shows equivalent formats side by side.
Helpful in design systems, frontend work, and quick UI color checks.