Hex to RGB Converter
关于 Hex to RGB Converter
Our free Hex to RGB Converter instantly converts any hex color code into its red, green, and blue (RGB) values. Just type in a hex code - with or without the leading #, and in 3, 6, or 8-digit format - to see the matching RGB (or RGBA) values and a live color preview.
Enter 6 digits hex color code and press the Convert button:
Copy the result straight into your CSS with one click. Useful for designers and developers moving between design tools and code, where different platforms expect color values in different formats.
Frequently asked questions
Does it matter if I include the # in the hex code?
No - you can type the hex code with or without a leading #, and with or without an alpha channel (8-digit hex codes like #1D9D73FF are supported alongside the standard 6-digit format).
What if I only have a 3-digit hex code?
Short 3-digit hex codes (like #1D9) are supported too - each digit is automatically doubled to its 6-digit equivalent before converting.
Can I copy the result straight into my CSS?
Yes - use the Copy RGB Code button to copy the rgb()/rgba() value to your clipboard, ready to paste directly into a stylesheet.