Color Picker
Pick a color and convert between HEX, RGB, and HSL formats.
Runs locally — nothing is uploaded
How to use
- 1
Pick a color
Use the color picker or type a HEX value to select any color. All formats update in real time.
- 2
View all formats
See the color displayed as HEX, RGB, and HSL values side by side for easy reference.
- 3
Copy any format
Click the copy button next to HEX, RGB, or HSL to copy that value to your clipboard for use in CSS or design tools.
Frequently Asked Questions
HEX uses a six-digit hexadecimal code (#RRGGBB). RGB defines red, green, and blue channels from 0–255. HSL uses hue, saturation, and lightness, which many designers find more intuitive for adjustments.
Yes. Type or paste any valid HEX code (with or without the #) and the picker, RGB, and HSL values update automatically.
Yes. Conversions use standard color space math. RGB and HSL values are rounded to whole numbers for practical use in CSS.
Absolutely. Copy HEX as #rrggbb, RGB as rgb(r, g, b), or HSL as hsl(h, s%, l%) — all are valid CSS color formats.
Related tools
QR Code Generator
Create styled QR codes for links, Wi‑Fi, contacts, and more. Logo and colors stay in your browser.
Developer Tools
Barcode Generator
Generate CODE128, EAN13, UPC, and CODE39 barcodes from text. Download as PNG.
Developer Tools
JSON Formatter
Format, validate, and minify JSON with clear error messages.
Developer Tools
Base64 Encoder / Decoder
Encode and decode text or images to Base64. Works entirely offline.
Developer Tools