Convert colors between HEX, RGB, and HSL instantly with live preview.
A HEX color code is a 6-digit hexadecimal representation of a color, preceded by #. The first two digits represent red, the next two green, and the last two blue. For example, #FF0000 is pure red.
HSL stands for Hue, Saturation, Lightness. Hue is the color angle (0-360Β°), Saturation is the intensity (0-100%), and Lightness is the brightness (0-100%). It's often more intuitive for designers than RGB.