Color Picker - HEX, RGB & HSL Color Converter Online
Pick colors and convert between HEX, RGB, and HSL formats instantly
Color Tools
Tool
Quick Copy
HEX#6366f1
RGBrgb(99, 102, 241)
HSLhsl(239, 84%, 67%)
How to Use
1Use the color picker or type a value in any format field
2All three formats (HEX, RGB, HSL) update automatically
3Click "Copy" next to any format to copy it to your clipboard
4Use the Quick Copy section at the bottom for fast access to all formats
Frequently Asked Questions
HEX is a 6-digit hexadecimal notation used in CSS (e.g. #6366f1). RGB expresses colors as red, green, and blue channel intensities (0–255 each). HSL stands for Hue, Saturation, and Lightness, which is more intuitive for choosing color variations.
Yes. You can type or paste any valid HEX value (with or without the # prefix) into the HEX field, or enter numbers directly into the R/G/B or H/S/L fields. All other formats will update immediately.
Color space conversions involve rounding to integer values, which can cause minor round-trip differences of ±1. The displayed color swatch always reflects the exact current value.