Register now or log in to join your professional community.
Here's a Demo Link with an element that return the property of css color, and input type color that return the value.Hope that helps.Mahmoud
I assume your're using something like this <input type="color" id="colorInput" >
Like any input you could use something like: var theColor = $("#colorInput").val();
You better use "Jquery color picker plugin"