Color Picker & Converter
Pick colors and convert between HEX, RGB, and HSL. Generate complementary and analogous palettes.
Color format guide
HEX — 6-digit hexadecimal. Most common in web design and CSS. Example: #3b82f6
RGB — Red, Green, Blue values (0-255). Used in CSS and graphic software. Example: rgb(59, 130, 246)
HSL — Hue, Saturation, Lightness. Intuitive for designers. Example: hsl(217, 91%, 60%)
All conversion happens in your browser. Nothing is sent to any server.