Convert between HEX, RGB, and HSL color formats.
Web colours are expressed in three main formats: HEX (#FF5733 — used in design tools and CSS), RGB (rgb(255, 87, 51) — red, green, blue values from 0 to 255), and HSL (hsl(11, 100%, 60%) — hue in degrees, saturation, and lightness as percentages). Designers often work in HEX, but HSL is much more intuitive for creating colour variations — you just adjust the lightness value. This tool converts between all three instantly and shows you a live preview of the colour.
Enter the HEX value: #FF5733
RGB: rgb(255, 87, 51) HSL: hsl(11, 100%, 60%) The swatch shows the vivid orange-red colour.