1.2.1 • Published 10 years ago
closest-color v1.2.1
Closest Color
Closest Color finds the closest color to any hex you type.

Install
Closest Color may be installed to the command line and then used as closestcolor or ccolor.
npm install -g closest-colorUsage
closestcolor ff3
# prints: Electric Yellow (#ffff33)Options
name
closestcolor ff3 name
# prints: Electric Yellowhex
closestcolor ff3 hex
# prints: #ffff33contrast
closestcolor ff3 contrast
# prints: blackall
closestcolor ff3 all
# prints:
# name: Electric Yellow
# hex: #ffff33
# contrast: black