1. Converting Brand Colors for CSS
Frontend DeveloperBackground
A developer is migrating a legacy project to a new design system that relies on HSL for easier theme management.
Problem
The existing brand colors are defined in RGB, making it difficult to programmatically generate lighter or darker shades.
How to use
Paste the RGB values into the input area and select the 'hsl' output format.
Format: hslOutcome
The tool outputs clean HSL values, allowing the developer to use CSS calc() functions to adjust lightness for hover states.