Tell me more ×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.

I make a lot of web applications and from time to time I need a color picker. What's one that I can use like an API and doesn't require a lot of code to plug in? I also need it to work in all browsers.

share|improve this question

closed as not constructive by Bo Persson, casperOne Nov 19 '12 at 19:02

As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references, or specific expertise, but this question will likely solicit debate, arguments, polling, or extended discussion. If you feel that this question can be improved and possibly reopened, see the FAQ for guidance.

4 Answers

up vote 10 down vote accepted

Farbtastic is a nice jQuery color picker

But apparently doesn't work in IE6

Here is another jQuery color picker that looks nice, not sure about it compatibility though.

share|improve this answer
2  
Farbtastic is also only GPL and there are ambiguities with GPL and JS. – yincrash Aug 5 '11 at 3:12
1  
It not ambiguous. If you call GPL'd JavaScript from your JavaScript, and distribute it, then you must release your JavaScript under the GPL also. This is the same as for any other programming language. So, please avoid GPL'd JavaScript libraries. – Sam Watkins May 23 '12 at 5:02

I like jscolor the most, lightweight and lots of options.

share|improve this answer

I haven't personally implemented this, but I have heard good things about it, and it appears to be a great script: http://johndyer.name/post/2007/09/PhotoShop-like-JavaScript-Color-Picker.aspx

share|improve this answer

If your using prototype and script.aculo.us this one is great:

http://code.google.com/p/colorpickerjs/

share|improve this answer

Not the answer you're looking for? Browse other questions tagged or ask your own question.