Color Converter
Convert between HEX, RGB, and HSL. Edit any format — all others update instantly.
Related Tools
Frequently Asked Questions
What is HEX color format? ▼
HEX color format represents colors using hexadecimal notation: #RRGGBB where RR, GG, BB are values from 00 to FF (0-255 in decimal). Example: #FF5733 is red-orange.
What is RGB color format? ▼
RGB stands for Red, Green, Blue. Colors are defined using three values 0-255 for each component. Example: rgb(255, 87, 51) creates an orange color.
What is HSL color format? ▼
HSL stands for Hue, Saturation, Lightness. Hue is 0-360°, Saturation 0-100%, Lightness 0-100%. It is intuitive for designers as it separates color from brightness.