Color code converter

Convert colors between HEX, RGB, and HSL.

Colors stay in this browser. Accepted forms: #rgb, #rrggbb, rgb(r, g, b) with integers 0–255, hsl(h, s%, l%) with s and l from 0 to 100. Hue outside 0–360 wraps around. HSL shows one decimal; HSL-to-RGB results round to integers.

Color preview

How to use

  1. Enter a color in HEX, RGB, or HSL.
  2. Convert it.
  3. Copy the format you need.

What it supports

Accepts 3 or 6 digit HEX, RGB integers 0–255, and HSL with 0–100% saturation and lightness. Out-of-range values are rejected. HSL values are rounded to one decimal and HSL-to-RGB results to integers.

Related tools