Frequently Asked Questions
How do I convert HEX to RGB?
Each HEX pair is one channel in base 16: #4F46E5 → rgb(79, 70, 229). This tool converts instantly in both directions.
What is HSL and why use it?
HSL describes color by Hue, Saturation and Lightness — far more intuitive for design: raise L to lighten, rotate H 180° for the complement.
What are tints and shades?
Tints mix the color with white (lighter); shades mix with black (darker). The 9-step scale here covers hover states, borders and backgrounds.
What is a complementary color?
The color opposite on the color wheel (hue +180°) — the strongest possible contrast, great for call-to-action buttons.