Color Converter
Convert between color formats (HEX, RGB, HSL) with interactive color picker and real-time conversion.
Format: #RRGGBB or #RGB
Format: rgb(r, g, b)
Format: hsl(h, s%, l%)
Converted Values
HEX
-
RGB
-
HSL
-
Color Format Guide
- • HEX: #RRGGBB or #RGB (e.g., #FF0000 or #F00)
- • RGB: rgb(0-255, 0-255, 0-255) (e.g., rgb(255, 0, 0))
- • HSL: hsl(0-360, 0-100%, 0-100%) (e.g., hsl(0, 100%, 50%))
- • All conversions are done in real-time as you type
- • Use the color picker for visual color selection
Common Use Cases
- • Web design and CSS styling
- • Graphic design and branding
- • Mobile app development
- • Theme creation and customization
- • Color palette generation
- • Accessibility color checking