HEX color picker

    Get the HEX code from any image

    Click any pixel to get the HEX code

    Εικόνα

    Color picker tool preview - Extract colors from images

    Παλέτα χρωμάτων

    Χρώματα

    HEX
    #2596be
    RGB
    rgb(37, 150, 190)
    HSL
    0, 0, 0

    Χρησιμοποίησε τη δική σου εικόνα

    Πιστεύουμε ότι η προστασία δεδομένων είναι σημαντική! Δεν αποστέλλονται δεδομένα. Η μαγεία συμβαίνει στο πρόγραμμα περιήγησής σου.

    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

    FormatExampleBest for
    HEX#2596BECSS, HTML, web design
    RGBrgb(37, 150, 190)Programming, Canvas
    HSLhsl(197, 67%, 45%)Design adjustments

    Frequently asked questions