Hexadécimal en RGBA
Convert hex colors to RGBA with adjustable opacity and live preview.
Couleur hexadécimale
Opacité
100%
RGBA Value
Preview
Hex to RGBA Converter
This tool converts hex color codes to RGBA format, adding an alpha (opacity) channel.
The conversion runs locally in your browser.
How to use
- Type or paste a hex color code into the input field.
- Set the opacity percentage (0-100%).
- The RGBA value and color preview update automatically.
- Use Copy to copy the RGBA value.
What is Hex to RGBA?
RGBA extends RGB with an alpha channel for transparency. rgba(255,87,51,0.5) means the color at 50% opacity.
Input notes
Enter a hex color code. Opacity defaults to 100% if not specified.
Example
Converting hex to RGBA:
--- Hex Input --- #FF5733 Opacity: 50% --- RGBA Output --- rgba(255, 87, 51, 0.5)