1. Generating a Color Palette
UI DesignerBackground
A designer has a primary brand color in hex format and needs to create a set of lighter and darker variations.
Problem
It is difficult to calculate consistent shades using RGB values alone.
How to use
Paste the brand hex code into the tool and convert it to HSV to easily adjust the 'Value' component for tints and shades.
Format: hsvOutcome
The designer receives the HSV values, allowing them to decrease the 'Value' percentage to create a darker shade or increase it for a lighter tint.