Color Converter

Convert between HEX, RGB and HSL color formats with a live preview.

Advertisement space

About color formats

HEX represents color as a 6-digit hexadecimal code (e.g. #2F5DFF), commonly used in CSS and design tools. RGB expresses color as red, green and blue intensity values from 0–255. HSL (Hue, Saturation, Lightness) describes color in a way that's often more intuitive for adjusting brightness or vividness without changing the underlying hue.

When to use each format