Color Converter

Convert between HEX, RGB, and HSL color formats. Color picker included.

rgb(59, 130, 246)

hsl(217, 91%, 60%)

Related tools

How it works

  1. 1Enter a color in any formatβ€”HEX (#ff0000), RGB (255,0,0), or HSL (0,100%,50%).
  2. 2Or use the color picker to select a color visually.
  3. 3All formats update in real time as you change any value.
  4. 4Copy the format you need for your project.

Example

Input: #ff0000
Output: RGB(255, 0, 0), HSL(0, 100%, 50%)