Color Picker
Use Color Picker to choose and convert color precisely — instant and free.
Pick a colour and get every CSS colour value at once — HEX, rgb(), HSL and a CMYK approximation — all ready to copy. Runs entirely in your browser.
Your browser is preparing the tool. It runs 100% locally.
Pick a colour from the swatch or type a hex, and the tool shows that colour in every common CSS notation at once — HEX, rgb(), HSL and a CMYK approximation — each ready to copy. It is the same picker as the Color Picker tool, focused on handing you copy-ready CSS values. The native colour input is a 7-character hex with no transparency. It runs in your browser.
Choose a colour and it instantly gives you the values you would paste into CSS: the hex code, the rgb() function, the HSL function, and a CMYK approximation for reference. Each value updates live as you adjust the colour, and each copies with a click.
It is the fast way to move a colour from a picker into your stylesheet in whatever notation you prefer, without converting by hand.
The native colour input gives a hex value. The tool reads that hex, splits it into red, green and blue, and from those derives the other notations: rgb() is the channels as-is, HSL is computed by finding the hue angle, saturation and lightness, and CMYK is estimated from the RGB values.
All of this happens the moment you change the colour, so the four representations always describe the same shade. The hex, rgb() and HSL values are exact conversions of one another; the CMYK is a print-oriented estimate shown for convenience.
The HEX, rgb() and HSL values are exact, lossless conversions of the same colour — convert between them in any direction and you return to the same shade (allowing for HSL's rounding to whole degrees and percentages).
The CMYK value is a simple approximation, the same profile-free formula used by the RGB-to-CMYK tool. It is fine for a rough idea of ink mix but is not a colour-managed print value; for print, use your shop's ICC profile.
The native colour input has no alpha, so the tool works with fully opaque colours. For transparency you would add an alpha value yourself in rgba() or an 8-digit hex.
Hex is shown in uppercase by convention. CSS is case-insensitive for hex, so the casing does not change the colour — it is purely cosmetic.
Pick a colour and copy it as hex, rgb() or hsl() for your stylesheet.
See the same colour in every format to choose the one you prefer.
Confirm a hex resolves to the rgb() and hsl() you expect.
Get a CMYK estimate alongside the screen values.
For transparency, write rgba() or an 8-digit hex yourself. For a coordinated scheme, use a palette generator. For print-accurate CMYK, convert through an ICC profile. The Color Picker tool is the same engine if you prefer that entry point.
Shares the same all-in-one picker engine as the Color Picker tool; the HEX, rgb() and HSL values are exact, while the CMYK shown is the simple profile-free approximation.
Use Color Picker to choose and convert color precisely — instant and free.
Use HEX to RGB Converter to choose and convert color precisely — instant and free.
Use Color Palette Generator to choose and convert color precisely — instant and free.
Use Gradient Generator to choose and convert color precisely — instant and free.
Use Contrast Checker to choose and convert color precisely — instant and free.
RGB to HEX Converter with copy-ready values for design and front-end work.
It is free, private and runs entirely in your browser — no sign-up, no uploads, no limits.