Pick and convert colors
Color Picker lets you pick a color with your browser's native color picker or type a hex code directly, and shows the matching HEX and RGB values, entirely client-side. It converts any standard 6-digit hex code (with or without a leading #, either case) to RGB; it doesn't accept 3-digit shorthand hex or named CSS colors like 'red' for the RGB conversion, and there's no image upload, URL input, or HSL/CMYK display.
What color formats does Color Picker support?
HEX and RGB. There's no HSL, HSLA, or CMYK conversion, and no RGBA/alpha channel.
Can I extract colors from an image?
No — there's no image upload, URL input, or eyedropper for sampling colors from a picture or webpage.
Is Color Picker free to use?
Yes, it's completely free with no signup required.
Can I type a color name or 3-digit hex code?
You can type it, and the preview swatch will still render it correctly since browsers understand those formats — but the RGB conversion only recognizes full 6-digit hex codes, so it will show blank for shorthand hex or named colors like 'red'.