Hex To RGB Converter
Convert colors between HEX, RGB, HSL formats. Live color picker, preset palette, one-click copy for CSS.
Advertisement
About Color Converter
Convert between HEX (#RRGGBB), RGB (r,g,b), and HSL (hue, saturation, lightness) color formats. Visual color picker and 10 preset colors included.
Colour codes are used by web developers, UI designers, and graphic artists every day. A single colour can be represented as HEX (#FF5733), RGB (255, 87, 51), HSL (9°, 100%, 60%), or CMYK. Converting between these formats is required when moving designs from Figma to CSS, from Photoshop to print, or from brand guidelines to development.
How to use
- Paste or type your input directly into the editor — output updates in real time as you work.
- Check the error/status indicator if your input is invalid; it points to the exact line or issue where relevant.
- Use the copy or download button to grab the processed output once it looks right.
- Chain into a related tool below if your workflow needs a second processing step.
- Processing happens entirely client-side in your browser — nothing you paste is uploaded to a server.
Tool details
Frequently asked questions
Which CSS color format to use?
HSL for intuitive adjustments, HEX for codebases, RGB/RGBA for alpha transparency. Modern CSS supports all three.
Convert #1EB3F0 to RGB?
#1E=30(R), #B3=179(G), #F0=240(B). So rgb(30, 179, 240). Our converter does this instantly.
Advertisement