About WhatColorIsIt

WhatColorIsIt is a free, instant color palette extractor. Upload any image and get hex codes, RGB values, and color names for its dominant colors — all without leaving your browser.

How It Works

When you upload an image, it is drawn onto an HTML5 Canvas element entirely in your browser. No file is ever sent to a server. The raw pixel data is then sampled and quantized into color buckets using a simple but effective median-cut approach.

Colors are grouped by proximity in RGB space, sorted by frequency, and the top results are surfaced as your palette. Each color is assigned a human-readable name based on its hue, saturation, and lightness.

The entire analysis happens in milliseconds on your device — no API keys, no cloud processing, no waiting.

Understanding Color

Hex codes (like #FF6B35) represent colors as three pairs of hexadecimal digits for red, green, and blue channels (0–255 each).

RGB values (like rgb(255, 107, 53)) express the same information as decimal numbers — easier to read, same color space.

Dominant colors are the colors that appear most frequently in an image. A sunset photo might have dominant oranges and pinks even if it also contains blues and purples.

Use Cases

  • Extract brand colors from a logo
  • Find complementary palette colors for a design project
  • Identify paint colors from a room photo
  • Match outfit colors from a clothing photo
  • Get hex codes for website or UI work