npm.io
1.1.2 • Published 5 years agoCLI

colour-contrast-cli

Licence
ISC
Version
1.1.2
Deps
7
Size
87 kB
Vulns
0
Weekly
0
Stars
10

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

Keywords