Color & Design
Color Converter
Convert colors between HEX, RGB and HSL with a live preview.
Open toolColor & Design
Enter red, green and blue values from 0 to 255 and get the matching HEX code with a live preview.
Good to know
0 to 255 for each channel. Anything outside that range is clamped automatically.
Values are rounded to whole numbers because HEX codes only represent integers between 0 and 255.
Copy the RGB value and add an alpha, for example rgba(37, 99, 235, 0.5). An eight-digit HEX also works in modern browsers.
Yes. Every whole RGB value maps to exactly one HEX pair, with no loss in either direction.