Color Converter
Convert colors between HEX, RGB, and HSL formats. Preview colors in real-time and copy any format instantly.
HEX
RGB
R99
G102
B241
rgb(99, 102, 241)
HSL
H239
S84%
L67%
hsl(239, 84%, 67%)
How This Tool Was Built
This tool was created entirely by AI. Here's the exact prompt used to generate it:
Prompt Used
Create a Color Converter tool with these features: 1. Large color preview area showing the current color 2. Input fields for: - HEX color (e.g., #ff5733) - RGB values (R, G, B sliders or inputs 0-255) - HSL values (H 0-360, S 0-100%, L 0-100%) 3. All formats should be synced - changing one updates the others 4. Copy button next to each format 5. Color picker input for visual selection 6. Show the color values update in real-time as user adjusts 7. Validate input formats and show errors for invalid values 8. Clean, colorful design that showcases the color being converted Make the UI intuitive and visually appealing.
Claude AI Model
7,800 Tokens Used
AI-Generated Code Origin