🎨 Color Converter

Convert colors between HEX, RGB, HSL, and HSV instantly. Pick a color or enter any value to convert.

61
139
95

Common Web Colors

Frequently Asked Questions

What is HEX color code?
A HEX color code is a 6-digit hexadecimal value (#RRGGBB) representing red, green, and blue components. Used in web design, CSS, and HTML. Example: #FF5733 = orange-red.
What is the difference between RGB and HSL?
RGB (Red, Green, Blue) defines colors by their component intensities (0–255 each). HSL (Hue, Saturation, Lightness) is more intuitive — hue is the color angle (0–360°), saturation is intensity (0–100%), lightness is brightness (0–100%).
How do I find the HEX code of a color?
Use the color picker above to visually select any color and instantly get its HEX, RGB, and HSL values. You can also enter a known RGB value to find its HEX equivalent.