closest-color

1.2.1 • Public • Published

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

Readme

Keywords

none

Package Sidebar

Install

npm i closest-color

Weekly Downloads

1

Version

1.2.1

License

CC0-1.0

Last publish

Collaborators

  • jonathantneal