Tools / Color Converter

Color Converter

Convert colors between HEX, RGB and HSL with a live preview — pick, paste or tune.

How to convert colors

  1. Paste any CSS color — #hex, rgb() or hsl() — or use the visual picker.
  2. All equivalent formats update instantly with a live preview.
  3. Click a value to copy it.

Frequently asked questions

When should I use HSL instead of HEX?

HSL is for humans: raising Lightness brightens a color without changing its hue — perfect for hover states and dark-mode palettes. HEX/RGB are for machines.

Do you support 8-digit hex with alpha?

Yes — #RRGGBBAA input is parsed and the alpha channel appears in the RGB output as rgba().

Are colors sent anywhere?

No — parsing and preview run locally in your browser.