FFileFixes

Color Converter
without uploading it.

Convert colors between HEX, RGB, and HSL with a live preview and picker.

HEX
#2dd4a7
RGB
rgb(45, 212, 167)
HSL
hsl(164, 66%, 50%)
No uploadNo signupNo watermarkFree forever
1

Pick a color, or type a HEX, RGB, or HSL value.

2

All three formats update automatically.

3

Copy whichever format you need.

Why there's no upload step

Color conversion is pure math between color spaces — there's no reason for a color value to touch a server, so this runs entirely in your browser.

Questions
Is this sent anywhere?+

No. Conversion happens entirely in your browser using plain math.

What formats can I type in?+

HEX (#2dd4a7 or #2da7), RGB (rgb(45, 212, 167) or just 45, 212, 167), and HSL (hsl(162, 65%, 50%) or 162, 65%, 50%).

Does the color picker support transparency?+

No — the picker and all three formats here are fully opaque colors, without an alpha channel.

Keep fixing