1. Converting Brand Hex to CSS LCH
Frontend DeveloperBackground
A design system requires all colors to be defined in LCH for better color interpolation in CSS animations.
Problem
The existing brand colors are stored as hex values (#FF0080).
How to use
Paste the hex code into the input field and select 'css' as the output format.
format: css, alphaHandling: ignoreOutcome
The tool outputs 'lch(61.16 93.68 338.27)', ready for use in CSS stylesheets.