🧰 ToolPilot

Color Converter

Convert colors between HEX, RGB, and HSL formats with a live preview and color picker. Copy any format with one click.

R
G
B
hsl(217, 91%, 60%)

Understanding Color Formats

Colors on the web can be expressed in multiple formats. Each has advantages depending on the context.

  • HEX (#RRGGBB) — Compact hexadecimal format, most common in CSS
  • RGB (r, g, b) — Red, Green, Blue channels from 0 to 255; supports alpha (RGBA)
  • HSL (h, s%, l%) — Hue, Saturation, Lightness; intuitive for color adjustments

Frequently Asked Questions

Related Tools