RGB to Hex Converter
Convert RGB or RGBA color values to hexadecimal instantly in your browser. Free online RGB to HEX color converter — no uploads.
Enter the values below, then press Calculate (or press Enter). The calculator updates your results instantly. Try different values to see how your inputs change the outcome.
- Red — enter a numeric amount.
- Green — enter a numeric amount.
- Blue — enter a numeric amount.
- Alpha (0–100 %) — enter a numeric amount.
- Review your results — the key output is highlighted, with supporting figures below.
Loading calculator…
Results
| Detail | Value |
|---|---|
| CSS representation | |
| Red | |
| Green | |
| Blue | |
| Alpha (%) |
What is this calculator for?
Convert RGB (and optional RGBA alpha) values into hexadecimal color codes for CSS and design.
How to Use This Calculator
Enter the values below, then press Calculate (or press Enter). The calculator updates your results instantly. Try different values to see how your inputs change the outcome.
- Red — enter a numeric amount.
- Green — enter a numeric amount.
- Blue — enter a numeric amount.
- Alpha (0–100 %) — enter a numeric amount.
- Review your results — the key output is highlighted, with supporting figures below.
What You'll Need
- Red
- a numeric amount range 0–255 · required
- Green
- a numeric amount range 0–255 · required
- Blue
- a numeric amount range 0–255 · required
- Alpha (0–100 %)
- a numeric amount range 0–100 · optional
About This Calculator
Each RGB channel (0–255) is converted to a two-digit hexadecimal number, then joined as #RRGGBB.
If alpha is below 100%, the tool outputs an 8-digit hex (RRGGBBAA) plus the equivalent rgba() CSS — handy where older browsers need the function form. Hex values are uppercase for consistency.
Conversion runs instantly in your browser.