Back to all tools
Color
Free Online HEX to RGB Converter — QuizOxa Tools
Need to convert hex color codes to RGB or RGBA? Paste or type any hex color code (e.g., #0e8f87 or #fff) to instantly get its equivalent RGB red, green, and blue coordinates, along with CSS code outputs. All processing is computed in your browser.
rgb(14, 143, 135)
color: rgb(14, 143, 135);
Common questions
Does this tool support 3-digit hex codes?
Yes. Short hex codes like #fff or #088 are automatically expanded to #ffffff or #008888 during conversion.
Can I convert transparency?
Yes. If you enter an 8-digit hex code containing an alpha channel (e.g., #0e8f8780), the tool outputs the correct RGBA parameters.