Documentation
Features
- Convert between HEX, RGB, and HSL color formats
- Support for standard color names (e.g., red, blue, dodgerblue)
- Real-time color preview
- One-click copy to clipboard
- Responsive design for all devices
How to Use
- Enter a color in any supported format in the input field
- The color preview will update automatically
- All converted formats will display below
- Click the "Copy" button next to any format to copy it to clipboard
Supported Formats
- HEX: #RGB or #RRGGBB (e.g., #f00 or #ff0000)
- RGB: rgb(r, g, b) or rgba(r, g, b, a)
- HSL: hsl(h, s%, l%) or hsla(h, s%, l%, a)
- Color Names: Any standard CSS color name