Color Converter

Convert a color among HEX, RGB and HSL representations.

About the Color Converter

Represent one color in three common web and design notations.

How to use it

  1. Choose the input mode.
  2. Complete only the fields for that mode.
  3. Convert to HEX, RGB, HSL and a CSS snippet.

Calculation logic

HEX and RGB store red, green and blue channels; HSL describes hue, saturation and lightness and is converted through standard color math.

Example

#336699 equals rgb(51, 102, 153) and approximately hsl(210, 50%, 40%).

Notes

Displayed color can vary across screens and color profiles.