This free RGBA to HEX converter helps you quickly convert RGBA color values to hexadecimal (HEX) format. It supports alpha transparency, generating 6-digit (#RRGGBB) or 8-digit (#RRGGBBAA) HEX values. A built-in HEX to RGBA reverse converter is also included.
RGBA has Red, Green, Blue, and Alpha (opacity) channels. HEX is a hexadecimal notation (#RRGGBB). 8-digit HEX (#RRGGBBAA) includes the alpha channel.
Check "Include alpha" and the tool outputs an 8-digit HEX (#RRGGBBAA). The alpha value (0-1) maps to 00-FF in hex.
Yes. Click the HEX output area or the "Copy HEX" button. The color preview shows the visual result.
Standard rgba(r,g,b,a), rgb(r,g,b) (assumes full opacity), and inputs with percentage values or integers.
Yes. Use the reverse converter section below to convert HEX (#RRGGBB or #RRGGBBAA) back to RGBA format.
Found a bug or have a feature request? Let us know!