Loading...

Color Converter

Convert colors between HEX, RGB, RGBA, HSL, HSLA, and HSV formats with live preview.

Color Preview

  • Convert between HEX, RGB, RGBA, HSL, HSLA, and HSV
  • Live color preview
  • Adjustable opacity/alpha channel
  • Copy any format with one click
  • Random color generator
  • Automatic format detection
  1. Enter a color in HEX format (e.g., #3498db)
  2. All other formats update automatically
  3. Adjust opacity using the slider
  4. Click copy button next to any format to copy it
  5. Use "Random Color" to explore different colors

RGB (Red, Green, Blue) describes colors by mixing red, green, and blue light. HSL (Hue, Saturation, Lightness) is more intuitive for humans—hue is the color itself (0-360°), saturation is intensity (0-100%), and lightness is how light or dark (0-100%).

Use RGBA when you need transparency/opacity. The 'A' stands for alpha channel (0-1), where 0 is fully transparent and 1 is fully opaque. RGB is for solid colors with no transparency.