1.2.1 • Published 8 years ago

closest-color v1.2.1

Weekly downloads
3
License
CC0-1.0
Repository
github
Last release
8 years ago

Closest Color

Closest Color finds the closest color to any hex you type.

Screenshot

Install

Closest Color may be installed to the command line and then used as closestcolor or ccolor.

npm install -g closest-color

Usage

closestcolor ff3
# prints: Electric Yellow (#ffff33)

Options

name

closestcolor ff3 name
# prints: Electric Yellow

hex

closestcolor ff3 hex
# prints: #ffff33

contrast

closestcolor ff3 contrast
# prints: black

all

closestcolor ff3 all
# prints:
#   name:     Electric Yellow
#   hex:      #ffff33
#   contrast: black