Color Converter
Convert colors between different formats: HEX, RGB, HSL, and HSV. Perfect for web development and design work.
About Color Formats
HEX Colors
Hexadecimal color codes are six-digit codes preceded by a # symbol. Each pair of digits represents the intensity of red, green, and blue respectively.
RGB (Red, Green, Blue)
RGB colors use three values from 0 to 255 to represent the intensity of red, green, and blue light. When combined, they create the final color.
HSL (Hue, Saturation, Lightness)
HSL represents colors using hue (0-360 degrees), saturation (0-100%), and lightness (0-100%). This format is often more intuitive for adjusting colors.
HSV (Hue, Saturation, Value)
Similar to HSL, HSV uses hue (0-360 degrees), saturation (0-100%), and value (0-100%). HSV is sometimes preferred for color picking as it maps more naturally to how colors are mixed with paint.
How to Use
- Enter a color in any format (HEX, RGB, HSL, or HSV)
- The tool will automatically convert and display the color in all other formats
- Use the color picker or text input for HEX colors
- Adjust individual components using the number inputs
- Click the copy button next to any format to copy the color value