Color Format Converter

Convert colors between HEX, RGB, and HSL formats with live preview

Color Formats Guide

Color Models

Understanding different color formats:

  • HEX:

    6-digit hexadecimal code (#RRGGBB)

  • RGB:

    Red, Green, Blue values (0-255)

  • HSL:

    Hue (0-360°), Saturation (0-100%), Lightness (0-100%)

Common Uses

Applications of different formats:

  • Web Development:

    HEX and RGB in CSS styling

  • Design:

    HSL for intuitive color adjustments