This plugin convert the background-color of an element and copy to your clipboard without flash. Great for the color section of a styleguide.
Download the production version or the development version.
In your web page:
<script src="jquery.js"></script>
<script src="dist/copyhex.min.js"></script>
<script>
$("element").copyhex();
</script>
MIT © Thiago Duarte