Color Converter
Convert HEX colors to RGB, HSL, CSS, and 0x integer formats.
Color Converter workspace
About Color Converter
The same color may appear as CSS hex, RGB channels, HSL, or a packed hexadecimal integer. This tool expands short hex forms and includes alpha when supplied.
How to use
- Enter a 3, 4, 6, or 8 digit hex color.
- Review the equivalent formats.
- Copy the format required by your platform.
FAQ
What does the eighth hex digit mean?
In CSS #RRGGBBAA, the last byte is alpha: 00 is transparent and FF is fully opaque.