Skip to content

Latest commit

 

History

History
37 lines (27 loc) · 1002 Bytes

README.md

File metadata and controls

37 lines (27 loc) · 1002 Bytes

Colour Contrast Checker CLI

Command line tool to check the contrast between two colours against WCAG standards

Install

npm install -g colour-contrast-cli
# or
yarn add --global colour-contrast-cli

Usage

Usage
  $ contrast black white

Options
  --ratio, -r Show only contrast ratio
  --grades, -g Show only WCAG grades

Examples
  $ contrast black white
  $ contrast '#000000' '#ffffff'
  $ contrast  0,0,0 255,255,255

Example Output

Example output of Colour Contrast Checker CLI

Related projects