Skip to content
ZeroServer.tools

HEX to RGB

Convert HEX color codes to RGB / RGBA values.

RGB
rgb(0, 242, 254)
RGBA
rgba(0, 242, 254, 1)

Reading a HEX Color Code

A HEX code packs red, green, and blue channels into a base-16 string like #RRGGBB. This tool accepts 3-, 4-, 6-, and 8-digit HEX (the 4th/8th pair is the alpha channel) and expands shorthand automatically. It outputs both rgb() and rgba() notation for use in CSS. All conversion is instant and client-side.

Related Design & CSS tools