Enter a color above to see conversions.
You can enter a color as HEX (#ff0000 or #f00), RGB/RGBA (rgb(255,0,0)), HSL/HSLA (hsl(0,100%,50%)), or a named CSS color like 'cornflowerblue'. The tool converts it to all other formats instantly.
RGB defines a color by its red, green, and blue light components (0-255 each). HSL defines it by Hue (position on the color wheel), Saturation (intensity), and Lightness — which is often more intuitive for adjusting a color by hand.
Yes — enter a color with alpha (e.g. rgba(255,0,0,0.5) or an 8-digit HEX like #ff000080) and the RGBA/HSLA outputs will reflect the transparency.