...

Search Tools

Search for a command to run...

Color Picker & Converter

Pick colors visually and convert between HEX, RGB, HSL, HSV, and CMYK formats. Check WCAG contrast and generate color palettes.

Color Picker
Pick a color visually or enter values in any format
Color Preview
Preview your color in different contexts
background-color: #4F46E5;
color: #4F46E5;
rgb(79, 70, 229)
Use with cURL

You can also use this functionality directly via the API endpoint with cURL commands.

cURL Command:
curl -X POST "https://all-tools.app/api/color-converter" -H "Content-Type: application/json" -d '{"hex":"#4F46E5"}'