Color Converter
Convert between HEX, RGB, and HSL
Formula Used
Converts a HEX color to its RGB components, then to HSL (hue, saturation, lightness) using standard color-space math.
Step-by-Step Explanation
- 1Enter a HEX color code or pick one with the color picker.
- 2See the equivalent RGB and HSL values instantly.
Worked Examples
Example 1
Convert #4f6bf6
HEX = #4f6bf6
rgb(79, 107, 246) / hsl(228, 90%, 64%)