Color Converter

Convert colors between HEX, RGB, HSL, HSV formats. Pick any color and get all representations at once.

R G B
S% L%

Color Formats Explained

HEX, RGB, HSL, and HSV are different ways to describe the same color. Design tools and codebases each have their own preference, so converting between them is a normal part of building interfaces. This tool converts all four formats and lets you copy the value you need.

Which Format to Use

Are the conversions exact?

Yes for practical purposes. HEX and RGB use the same 8-bit color values, and HSL/HSV are deterministic conversions of those values.