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
Color Converter
Convert a color to HEX, RGB, HSL, HSB, and CMYK at once.
RGB to HEX
Convert RGB values into HEX color codes.
CSS Box Shadow Generator
Visually design CSS box-shadow with a live preview and code.
CSS Border Radius Generator
Visually craft border-radius with a live preview.
HEX to CMYK
Convert HEX colors to CMYK print values.
CMYK to HEX
Convert CMYK print values to HEX colors.
HEX to HSB
Convert HEX colors to HSB / HSV values.
HSB to HEX
Convert HSB / HSV values to HEX colors.