🎨 Color Converter
Convert between HEX, RGB, and HSL color formats. Pick any color and get instant values in all formats.
💡 Click any value to copy it to clipboard.
Color Format Reference
- HEX —6-digit hexadecimal: #RRGGBB. Most common in web design and CSS. Example:
#4F46E5 - RGB —Red, Green, Blue values (0-255). Used in CSS:
rgb(79, 70, 229) - HSL —Hue (0-360°), Saturation (0-100%), Lightness (0-100%). More intuitive for color adjustments.
All color conversions are done client-side using JavaScript. No data leaves your browser.