Color Converter & Analyzer

Convert between color formats (HEX, RGB, HSL, CMYK), identify color names, and generate palettes.

Input Color

#

About Color Formats

Different color formats are used in web design and digital media:

  • HEX - A 6-digit hexadecimal code preceded by a # symbol (e.g., #FF5733). Each pair of digits represents the intensity of red, green, and blue respectively.
  • RGB - Stands for Red, Green, Blue. Values range from 0-255 for each channel (e.g., rgb(255, 87, 51)).
  • HSL - Stands for Hue, Saturation, Lightness. Hue is a degree on the color wheel (0-360), saturation and lightness are percentages (e.g., hsl(14, 100%, 60%)).

This converter tool allows you to easily translate between these formats for web development, design work, or any other color-related tasks.