🎨 Color Converter
Convert colors between HEX, RGB, and HSL formats. Use the color picker or type any value to see instant conversions.
Advertisement
Advertisement
Advertisement
Color Format Converter
Web developers and designers frequently need to convert colors between different formats. CSS supports HEX, RGB, RGBA, HSL, and HSLA — this tool converts between all of them instantly.
HEX Colors
HEX (hexadecimal) is the most commonly used format in CSS and HTML. A HEX color like #7c3aed represents red, green, and blue channels in base-16.
RGB Colors
RGB uses three integers (0–255) for red, green, and blue. rgb(124, 58, 237) is equivalent to #7c3aed.
HSL Colors
HSL (Hue, Saturation, Lightness) is more intuitive for designers. Hue is 0–360 degrees on the color wheel, saturation and lightness are percentages.