Instant Hex to RGB
Paste any 3-digit or 6-digit hex color code and get the equivalent RGB values immediately. Supports colors with and without the # prefix.
Convert hex color codes to RGB values instantly. Enter a hex color like #FF5733 and get the equivalent RGB(255, 87, 51) output for CSS workflows.
Generated output will appear here.
Paste any 3-digit or 6-digit hex color code and get the equivalent RGB values immediately. Supports colors with and without the # prefix.
Enter RGB values and get the matching hex code. Useful when working with design tools that use different color formats.
See a live color preview that updates as you type. Makes it easy to verify you have the right color before using it in your CSS.
The converter accepts 3-digit shorthand (#FFF, #000) and 6-digit full hex codes (#FFFFFF, #000000), with or without the # prefix.
This tool handles RGB conversion. For RGBA with alpha, you can manually add the alpha value (0 to 1) to the RGB output like rgba(255, 87, 51, 0.5).