Skip to content

Instantly share code, notes, and snippets.

@ZweiSteinSoft
Created September 17, 2012 18:47
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ZweiSteinSoft/3739025 to your computer and use it in GitHub Desktop.
Save ZweiSteinSoft/3739025 to your computer and use it in GitHub Desktop.
Find out if black or white text is better to read on a certain background color
var color = parseInt('0x' + label.color) > (0xffffff / 2) ? 'black' : 'white';
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment