Color Converter
Convert HEX to RGB and HSL with a live color preview swatch.
Enter a HEX color such as #2563eb or adjust the red, green and blue number inputs. The converter instantly shows the HEX, RGB and HSL values along with a color preview.
HEX values are 6-digit hex codes representing red, green and blue. RGB expresses the same color as three integers from 0 to 255. HSL expresses it as hue, saturation and lightness for easier color adjustments.
All conversion happens in the browser. You can copy any value directly from its output field.
Frequently asked questions
What is the difference between HEX and RGB?
HEX is a six-character code using hexadecimal, like #FF5733. RGB lists the same red, green and blue values as decimal numbers, such as rgb(255, 87, 51).
Can I enter a 3-digit HEX code?
Yes. The converter accepts both 3-digit shorthand like #f0f and expands it to #ff00ff automatically.
What does HSL stand for?
HSL stands for hue, saturation and lightness. It describes the same color in a way that is often more intuitive for adjusting brightness or tone.