Color Converter
Convert colors between HEX, RGB, and HSL formats.
Loading Tool...
Results will appear here.
The Language of Web Colors
Web developers and designers work with different color formats every day. Understanding them and being able to convert between them is a fundamental skill.
Common Formats:
- HEX (Hexadecimal): The most common format, a six-digit code representing Red, Green, and Blue values (e.g., `#FFFFFF`).
- RGB (Red, Green, Blue): Defines a color by the intensity of Red, Green, and Blue, each on a scale of 0 to 255 (e.g., `rgb(255, 255, 255)`).
- HSL (Hue, Saturation, Lightness): An intuitive model where Hue is the degree on the color wheel (0-360), and Saturation/Lightness are percentages.