Color Converter
Convert a HEX color code to its RGB and HSL equivalents — instantly, in your browser.
Convert a HEX color code to its RGB and HSL equivalents. Enter a HEX code below — the result updates instantly, entirely in your browser.
How it works
Accepts 3-digit shorthand (e.g. #F53) or full 6-digit HEX (e.g. #FF5533), with or without the leading #. RGB is derived directly from the HEX byte values; HSL uses the standard hue/saturation/lightness conversion formula.
FAQs
What’s the difference between RGB and HSL?
RGB describes a color as red/green/blue light intensities. HSL describes the same color as hue (position on the color wheel), saturation (intensity), and lightness — often more intuitive for adjusting a color by eye, like making it lighter or more muted.