When to use Color Picker
The designer gave you a HEX code for the brand primary, your Tailwind config wants HSL, and the React Native stylesheet needs an RGB tuple — three formats for the same color and you're translating between them by hand. Enter any color value here and get HEX, RGB, and HSL simultaneously in one panel, each with a copy button. A session history of recent picks stays visible so you can compare two swatches without writing anything down or tabbing between a hex wheel and an RGB calculator. Runs on your device using standard browser color APIs, so there's no server request and no login needed. Useful for implementing a design system, debugging a CSS variable that looks wrong on screen, or building a quick style guide.
- Translate a brand HEX code to HSL for a Tailwind config file
- Compare two swatches side by side while building a design system
- Convert a Figma color to an RGB tuple for a React Native stylesheet