@techtenstein/hex-color
v1.0.0
Published
Convert hex to RGB, HSL, WCAG contrast, complementary and analogous palettes.
Downloads
21
Maintainers
Readme
@techtenstein/hex-color
Given any hex color, get RGB, HSL, named color, WCAG contrast ratios, and derived palettes (complementary, analogous, triadic, tetradic, shades).
Install
npm i @techtenstein/hex-colorUse
const { call } = require('@techtenstein/hex-color');
const r = await call({ /* query params */ });Live API
https://hex-color.techtenstein.com
MIT © Techtenstein.
