← Back to Tools

Color Converter

Convert between HEX, RGB, and HSL color formats

Color Formats

HEX

Hexadecimal color code. Used in CSS and design tools. Example: #FF5733

RGB

Red, Green, Blue values. Each 0-255. Example: rgb(255, 87, 51)

HSL

Hue, Saturation, Lightness. More intuitive for color manipulation.