Click any pixel to get the HEX code
画像

カラーパレット
色
自分の画像を使用
データ保護は重要だと考えています! データは送信されません。 魔法はブラウザ内で起こります。
A HEX color code is a six-character code used in web design and CSS to define colors precisely — for example #FF5733. In the past, finding a color in an image used to require Photoshop or other design tools. With this free HEX color picker, you simply upload your image and click any pixel to get the HEX code instantly. No software to install, no account to create, and no data uploaded to any server — everything happens right in your browser.
What is a HEX color code?
A HEX color code starts with # followed by six hexadecimal characters (0–9, A–F). The first two characters represent the red channel, the next two green, and the last two blue. For example, #FF0000 is pure red, #00FF00 is pure green, and #0000FF is pure blue. HEX codes are the most common color format in CSS, HTML, Figma, Sketch, and most design tools.
HEX vs RGB vs HSL
| Format | Example | Best for |
|---|---|---|
| HEX | #2596BE | CSS, HTML, web design |
| RGB | rgb(37, 150, 190) | Programming, Canvas |
| HSL | hsl(197, 67%, 45%) | Design adjustments |