About the RGB to HEX Converter
Convert RGB colour values to hex, HSL and CSS formats, with the luminance.
Also known as: rgb hex converter, color converter, rgb to hexadecimal, colour code converter.
How to use this calculator
- Enter red, green, blue, alpha.
- The result updates instantly as you type — press Calculate (or Enter) at any time.
- Review the breakdown shown under the main result.
- Use Copy result or Share to save the answer or send a link with your inputs.
Formula
Each channel is written as two hexadecimal digits, 00 to FF
Worked example
Using the values pre-filled in the calculator above:
- Red = 37
- Green = 99
- Blue = 235
- Alpha = 1
the calculator returns:
- Hex: #2563EB
- RGB: rgb(37 99 235)
- HSL: hsl(221.2 83.2% 53.3%)
- Hex with alpha: #2563EB