Color Picker & Converter
Pick any color and convert between HEX, RGB, RGBA, HSL, and HSLA formats. Generate complementary palettes and copy code-ready values for CSS, Tailwind, and more.
About Color Formats
Colors on the web can be expressed in several formats: HEX (#059669), RGB (rgb(5, 150, 105)), HSL (hsl(162, 94%, 30%)), and named colors. Each format has its use — HEX for concise CSS, RGB for programmatic manipulation, and HSL for intuitive color adjustments.