Appearance
function getLuminance(hex): number;
Returns the relative luminance (0–1) of a hex color per WCAG 2.x.
hex
string
number
getLuminance('#ffffff') // => 1 getLuminance('#000000') // => 0
1.0.0