piouPiouM / sass-yiq

A sass plug-in that provides a function to determine the lightness of a color in the YIQ color space

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

YIQ Color Contrast

The obvious way to determe whether a color is "light" or "dark" by checking the lightness value in the HSL color space. this approach works sometimes, but often produces color pairings that - while technically correct - just look a little "off". The reason for this is that the eye is more sensitive to changes in the orange-blue range than in the purple-green range, so the percieved lightness of a color can change depending its wavelength.

The YIQ color space is designed to take this bias into account. It weighs the different parts of the color according to their impact on our perpection of the color's brightness. By utilizing this color space when doing contrast comparison, the result is a color pairing that appears more natural.

For information on color contrast and the YIQ color space:

Installation options

NPM

npm install sass-yiq

Bower

bower install sass-yiq

Usage & Configuration

@import 'sass-yiq'

Details on available variables, functions, and mixins can be found in the SassDoc documentation

Demo

Check out how the YIQ color contrast compares to HSL color contrast: http://timhettler.github.io/sass-yiq/demo/

About

A sass plug-in that provides a function to determine the lightness of a color in the YIQ color space


Languages

Language:HTML 53.6%Language:JavaScript 32.4%Language:CSS 13.9%Language:Ruby 0.2%