Paste hex
Colorpicker
#6C63FFElectric Iris
Convert any HEX color into RGB, RGBA and related shades for CSS, UI design and digital artwork.
HEX colors are common in web design, while RGB values are useful for CSS functions, design tokens and interface systems. Pick a color or paste a HEX value to get its RGB channels instantly.
#6C63FF → rgb(108, 99, 255)#000000 → rgb(0, 0, 0)#E4002B → rgb(228, 0, 43)HEX and RGB describe the same screen color in different formats. HEX is compact, while RGB separates the red, green and blue channels into numbers from 0 to 255.
Yes. CSS supports values like rgb(108, 99, 255) and rgba(108, 99, 255, 0.8) for transparency.
Neither is better. HEX is convenient for design handoff and tokens, while RGB is useful when you need channel values or opacity.