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 |