Runs in your browser · nothing uploaded
Color Picker
Pick a color or type HEX / RGB / HSL. Copy CSS-ready values instantly.
HEX
#0f766eRGB
rgb(15, 118, 110)HSL
hsl(175, 77%, 26%)Conversion runs entirely in your browser — nothing is uploaded.
You might also need
HEX color picker with RGB and HSL
Choose a color visually or type values, then copy HEX, RGB, or HSL for CSS and design tools. Everything converts locally in your browser.
How to use it
- Use the color input or paste a HEX code.
- Fine-tune with RGB or HSL fields if needed.
- Copy the format you need for your stylesheet or design file.
When it helps
Matching brand colors, checking contrast drafts, or converting between HEX and RGB/HSL without installing an app.
FAQ
- Does this work offline after the page loads?
- Yes — conversion does not need a server. You only need the page loaded first.
- Are my colors uploaded?
- No. Picking and converting happens entirely on your device.
- Can I enter short HEX like #0f7?
- Yes. Three-digit HEX expands to six digits (for example #0f7 → #00ff77).
- Which format should I use in CSS?
- HEX and RGB are common; HSL is handy when you want to nudge lightness or saturation.
- Is this an eyedropper for the whole screen?
- This tool focuses on pick + convert. Full-screen eyedropper depends on browser APIs and is not required for HEX/RGB/HSL work.