Input color
Conversion results
HEX#00e5ff
RGBrgb(0, 229, 255)
RGBArgba(0, 229, 255, 1)
HSLhsl(186, 100%, 50%)
HSLAhsla(186, 100%, 50%, 1)
Frequently Asked Questions
How do I use Color Converter?
Step 2 — a preview swatch appears below the input in real time. Step 3 — the "Conversion results" panel lists all four formats, each with a "Copy" button.
What can Color Converter do?
Typical scenarios: Designers pick colours in HSL inside Sketch or Figma and hand the developer the HEX; front-end developers convert HEX from a design spec to RGBA to add transparency; adjust brand colours with HSL for easier control over…
Is my data private when I use Color Converter?
Privacy: All colour conversion runs locally in your browser and the input is never uploaded. Privacy: All colour conversion runs locally in your browser and the input is never uploaded.
What technical details should I know about Color Converter?
RGB → HSL uses the standard algorithm (normalise to [0,1] then compute hue, saturation, lightness). HSL → RGB is the inverse using six linear hue segments. 3-digit HEX is expanded automatically ( #0cf → #00ccff ).