Color Converter

Convert colors between HEX, RGB and HSL instantly.

Example: 255, 0, 0
Example: 0, 100, 50
Color Preview

What is HEX?

HEX is a six-digit hexadecimal number used to represent colors in web design. It's compact and commonly used in CSS and design tools.

What is RGB?

RGB stands for Red, Green, Blue — a color model using numeric values (0-255) for each channel to represent colors on digital screens.

What is HSL?

HSL stands for Hue, Saturation and Lightness — an intuitive way to adjust color using hue angle and percentage-based saturation and lightness.

Color Conversion

Enter a color in HEX, RGB or HSL and convert between formats instantly. Useful for design, development and color inspection.

Examples

#00ff00 → rgb(0, 255, 0) → hsl(120, 100%, 50%)