June 2010
Un outil qui extrait des couleurs
by jingnan & 3 othersC'est un outil pour des webdesigners. Il extrait des couleurs à partir d'une feuille CSS.
May 2010
April 2010
March 2010
Designing for the Web: A book by Mark Boulton
by nhoizey & 1 other"A Practical Guide to Designing for the Web aims to teach you techniques for designing your website using the principles of graphic design. Featuring five sections, each covering a core aspect of graphic design: Getting Started, Research, Typography, Colour, and Layout."
February 2010
Juicy Studio: CSS Analyser - colour contrast test
by dzc & 3 others (via)This service has been provided to allow you to check the validity of your CSS against the W3C's validation service, along with a colour contrast test, and a test to ensure that relevant sizes are specified in relative units of measurement. If the CSS is specified by a URL, it will be loaded into the text area to offer an option to make changes for testing without having to re-upload.
JavaScript : tester le support des couleurs RGBA – DOM, jQuery CSS3 RGBA – piouPiouM's dev
by dzcComment détecter qu’un navigateur supporte RGBA ?
Colour Contrast Check - snook.ca
by dzc & 30 othersThe Colour Contrast Check Tool allows to specify a foreground and a background colour and determine if they provide enough of a contrast "when viewed by someone having color deficits or when viewed on a black and white screen"[W3C].
The tool will indicate that the colours pass the test if both the colour difference and the brightness difference exceed their threshold. It will indicate that it sort of passes if only one of the two values exceed their threshold. And finally, it'll fail to pass if neither value exceeds its threshold.
The tool will also indicate if the colours pass the newer WCAG 2.0 contrast ratio formula. The WCAG 2.0 formula differentiates between text smaller than 18pt text larger than 18pt (or text that is bold and larger than 14pt). For AA compliance, text should have a ratio of at least 4.5:1 (larger text, at least 3:1). For AAA compliance, text should have a ratio of at least 7:1 (larger text, at least 4.5:1).