Seletor de Cores

Selecione cores de qualquer imagem ou da sua tela com nosso seletor de cores online gratuito. Obtenha códigos HEX, RGB e HSL instantaneamente. 100% privado e funciona no seu navegador.

Publicidade
Publicidade

A color picker extracts color values from images or your screen, returning HEX, RGB, and HSL codes for any pixel you click. It uses the browser's Canvas API to read pixel data from uploaded images, and the EyeDropper API (Chrome, Edge) to capture colors from anywhere on your screen. All processing happens locally -- no images or color data are transmitted.

Selecione cores de imagens ou de sua tela sem nenhum envio

Upload an image or use the system-wide eyedropper to capture any pixel on your screen. Get HEX, RGB, and HSL instantly — all locally in your browser.

Todos os formatos
Screen eyedropper
Gratuito ilimitado

Como usar

  1. 1

    Escolha o Método

    Envie uma imagem ou use o botão 'Selecionar da Tela'.

  2. 2

    Selecione a Cor

    Passe o mouse sobre a sua imagem para ver uma pré-visualização e clique para capturar a cor.

  3. 3

    Copie o Código

    A cor é adicionada ao seu histórico. Clique para copiar seu valor HEX, RGB ou HSL.

O Melhor Amigo de um Designer e Desenvolvedor

Para Designers

Obtenha rapidamente o código hexadecimal exato de um logotipo de marca, uma imagem de um quadro de inspiração ou uma foto inspiradora. Construa suas paletas de cores com precisão de pixel perfeita.

Para Desenvolvedores

Extraia valores de cor de um mockup de interface do usuário (JPG ou PNG) para usar diretamente em seu CSS ou código de aplicativo. Obtenha valores RGB para desenvolvimento nativo ou HEX para estilização da web.

Publicidade

Understanding Digital Color Picking

Como funciona a cor digital

Digital displays reproduce colors using the RGB (Red, Green, Blue) additive color model. Each pixel on a screen is composed of three subpixels -- red, green, and blue -- each of which can be set to 256 brightness levels (0-255). By combining these three channels, a standard display can produce 16.7 million colors (256^3). The color value you pick from an image or screen is the RGB triplet of that specific pixel, which can be expressed in multiple notations: HEX (#00BFA5), RGB (rgb(0, 191, 165)), or HSL (hsl(174, 100%, 37%)).

When you pick a color from an image using our tool, the browser's Canvas API reads the pixel data at the click position using getImageData(). This returns a Uint8ClampedArray containing the RGBA values (red, green, blue, alpha) of the pixel. The alpha channel (0-255) represents transparency --0 is fully transparent, 255 is fully opaque. The tool then converts the RGB values to HEX and HSL for display. For screen-wide color picking, the EyeDropper API captures a single pixel's color from anywhere on your display, including other browser tabs and desktop applications.

Color spaces matter when picking colors for different purposes. The sRGB color space is the standard for web design -- it's what browsers, CSS, and HTML use. However, many modern displays support wider color gamuts (Adobe RGB, Display P3) that can show more saturated colors than sRGB. When you pick a color from a P3-display image, the browser may report P3 values that are out of sRGB gamut. For web design, always work in sRGB to ensure consistent color across devices. For print design, consider converting to CMYK using a dedicated print color management tool.

Publicidade

Practical color picking workflows

Designers use color pickers in several workflows: extracting brand colors from a logo image, building a color palette from a photograph, matching colors between a design mockup and a live website, and capturing inspiration colors from anywhere on screen. The EyeDropper API is particularly powerful for the last use case -- you can pick a color from a design in Figma, a color from a website in another tab, or even a color from a desktop application, without taking a screenshot first.

When building a color palette from an image, pick 3-5 colors that represent the dominant tones. Start with the most prominent color (often the background), then pick 1-2 accent colors, and finally a neutral. Tools like the palette generator can automate this process by analyzing the image's color histogram. When picking colors for accessibility, always check the contrast ratio between text and background colors -- our contrast checker tool uses the WCAG 2.1 contrast formula to ensure readability.

Publicidade

Entendendo os Códigos de Cores

HEX (Hexadecimal)

Exemplo: #00BFA5. O formato mais comum para cores da web. Um código de seis dígitos que representa a mistura de Vermelho, Verde e Azul.

RGB (Vermelho, Verde, Azul)

Exemplo: rgb(0, 191, 165). Define a intensidade dos componentes de luz vermelha, verde e azul (0-255).

HSL (Matiz, Saturação, Luminosidade)

Exemplo: hsl(174, 100%, 37%). Mais intuitivo para humanos. Matiz é o tipo de cor, Saturação é a intensidade e Luminosidade é o brilho.

Como isso se compara a outros seletores de cores?

A side-by-side comparison of popular color picker tools.

RecursoNovaToolsImageColorPicker.comColorHexa
Pick from imageCanvas APISIMNÃO
Pick from screenEyeDropper APINÃONÃO
HEX + RGB + HSL outputAll threeHEX onlySIM
Histórico de coresSIM IlimitadoNÃONÃO
Privacidade (sem upload)SIM 100% localUploads imageNÃO
Funciona offlineSIMNÃONÃO

Most online color pickers require uploading your image to their server. Our tool reads pixel data directly from the Canvas API in your browser -- your images never leave your device. The EyeDropper API enables screen-wide color capture, which server-based tools cannot offer.

Perguntas frequentes

Minhas imagens são enviadas para um servidor?
Não. Sua privacidade é garantida. Todo o processamento ocorre inteiramente dentro do seu navegador da web. Suas imagens nunca saem do seu dispositivo, e nós nunca as vemos ou armazenamos.
O que é o botão 'Selecionar Cor da Tela'?
Este recurso usa a API EyeDropper integrada do seu navegador (Chrome/Edge/Opera). Ele permite que você selecione uma cor de qualquer aplicativo ou janela em toda a sua tela, não apenas da imagem no navegador.
Qual é a diferença entre HEX, RGB e HSL?
HEX (#RRGGBB) é o padrão para design da web. RGB usa valores de 0-255 para a intensidade de Vermelho, Verde e Azul. HSL (Matiz, Saturação, Luminosidade) é muitas vezes mais intuitivo para humanos ajustarem as propriedades das cores.
Which browsers support the EyeDropper API?
The EyeDropper API is currently supported in Chrome (version 95+), Edge (version 95+), and Opera (version 81+). It is not supported in Firefox or Safari as of 2026. If you are using an unsupported browser, the 'Pick from Screen' button will not appear, but you can still pick colors from uploaded images. The EyeDropper API is a W3C draft specification, so support may expand to other browsers in the future. For Firefox users, a similar feature is available through browser extensions. For Safari users, the built-in Digital Color Meter utility (in Applications > Utilities) provides similar system-wide color picking.
Posso selecionar várias cores e manter um histórico?
Yes. Every color you pick is automatically added to your color history, which appears below the main color display. Each history entry shows the color swatch, HEX value, RGB value, and HSL value, with individual copy buttons for each format. You can pick an unlimited number of colors in a single session. The history persists until you refresh or close the page — it is not saved to local storage or transmitted to any server. This is useful for building a color palette from a single image or capturing multiple colors from different parts of your screen.
Como copio um valor de cor?
Click any color value (HEX, RGB, or HSL) in the display or history section to copy it to your clipboard. The copied value is formatted as a CSS-ready string: `#00BFA5` for HEX, `rgb(0, 191, 165)` for RGB, or `hsl(174, 100%, 37%)` for HSL. You can paste it directly into your CSS, SCSS, Tailwind config, design tool, or code editor. The tool uses the Clipboard API for reliable copying across all modern browsers. A visual confirmation (checkmark or tooltip) appears when the value is copied successfully.
Posso usar esta ferramenta para selecionar cores de um site?
Yes, using the 'Pick from Screen' feature in supported browsers (Chrome, Edge, Opera). Navigate to the website you want to pick colors from, then click the 'Pick from Screen' button in our tool. The browser will minimize our tool and let you pick any pixel visible on your screen, including pixels from other browser tabs, desktop applications, or the operating system UI. This is perfect for matching brand colors, extracting a website's color scheme, or capturing a color from a design mockup in Figma or Sketch.
Quão precisos são os valores de cor?
The tool reads exact pixel values from the image or screen using the browser's native color pipeline. For uploaded images, the accuracy is perfect — the tool reads the raw RGB values from the image file. For screen picking, the accuracy depends on your display's color profile and calibration. Most modern displays use the sRGB color space, which matches the tool's output format. If your display uses a wider gamut (e.g., Display P3 on modern Macs), the picked color may not exactly match the original source color, but the difference is usually imperceptible for design purposes.

Sua privacidade é nossa prioridade

Esta ferramenta funciona inteiramente no seu navegador. Seus arquivos não são enviados, armazenados ou analisados.

  • Não enviamos, armazenamos ou analisamos seus arquivos.
  • Tudo o que você processa permanece no seu dispositivo.
  • Não há processamento do lado do servidor, nem armazenamento em nuvem, nem análise.

Mesmo se sua conexão com a internet cair, seus arquivos permanecem seguros.

Você também pode gostar

Guias uteis

Publicidade