Convert RGB color to HEX
Convert RGB values (0-255) to their equivalent hexadecimal code, with an instant preview.
Processed on your device. Nothing is sent to any server.
HEX
#0B6E63
Convert RGB values (0-255 per channel) to their equivalent hexadecimal code, with a color preview.
Converts each decimal channel to its two-digit hexadecimal representation and concatenates them in the #RRGGBB format.
Use cases
- Converting a color picked from a design tool to HEX for CSS.
- Documenting brand colors.
- Previewing an RGB color visually.
How it works
- 1
Adjust R, G and B
Enter the red, green and blue values between 0 and 255.
- 2
Copy the HEX
The hexadecimal code is calculated instantly.
Frequently asked questions
- What happens if I enter a value outside 0-255?
- The value is automatically clamped to the nearest valid range.
Related tools
- HEX to RGBConverts HEX to RGB with preview.
- HEX to HSLConverts HEX to HSL with preview.
- HSL to HEXConverts HSL to HEX with preview.
- Border Radius GeneratorCreates CSS border-radius with preview.
- Box Shadow GeneratorCreates CSS shadows with a live preview.
- Color PickerPick a color and get HEX, RGB and HSL.