Color Converter

Convert colors between HEX, RGB and HSL instantly.

Color Preview:

What is HEX color?

HEX color is a six-digit code representing a color in hexadecimal format, commonly used in web design. Example: #ff0000 for red.

What is RGB color?

RGB stands for Red, Green, Blue. Colors are defined by their intensity values, e.g., rgb(255, 0, 0) for red.

What is HSL color?

HSL stands for Hue, Saturation, Lightness. Example: hsl(0, 100%, 50%) for red.

How color conversion works

Color conversion uses mathematical formulas to translate values between HEX, RGB, and HSL formats, ensuring accurate color representation.

Examples of color conversions

#00ff00rgb(0, 255, 0)hsl(120, 100%, 50%)