Drop an image here or browse files
Supports JPG, PNG, WebP, GIF, BMP, and SVG — drop, browse, or paste from clipboard
Enter a Color
Accepts HEX (#ff5733), RGB (rgb(255, 87, 51)), or HSL (hsl(11, 100%, 60%))
Extract exact color codes from any image or convert between HEX, RGB, and HSL formats. Free and private.
Colors on screens are represented in different formats, each useful for different contexts. Understanding them helps you work more efficiently in design tools, CSS, and image editing software.
| Format | Example | Best For |
|---|---|---|
| HEX | #ff5733 |
CSS, web design, design tools. The most common web color format. Each pair of characters represents Red, Green, and Blue intensity in hexadecimal (00–ff). |
| RGB | rgb(255, 87, 51) |
CSS, programming, image editing. Each value ranges from 0 to 255, representing the intensity of Red, Green, and Blue channels. |
| HSL | hsl(11, 100%, 60%) |
Design work, creating color palettes. Hue is the color angle (0–360°), Saturation is the vividness (0–100%), and Lightness is the brightness (0–100%). Easier to reason about than RGB for adjusting shades and tints. |