✨ 170+ free browser tools — zero uploads, zero signup, zero limits.  Explore All Tools →

Free · HEX · RGB · HSL · CMYK · From Image
⭐⭐⭐⭐⭐  4.9 / 5  (14,300 reviews)

Color Picker — Free Online
Every Color Code, Instantly

Pick any color and instantly get HEX, RGB, RGBA, HSL, CMYK codes. Sample colors from any image, extract a full color palette, generate color harmonies, check contrast for accessibility, and use the screen eyedropper to grab colors from anywhere on your screen.

HEX · RGB · HSL · CMYK Pick from image Palette extractor Contrast checker Screen eyedropper No sign-up · 100% free
🎨 Color Picker — WebToolTrix
#6536CC
Rebecca Purple
Fine-tune with sliders
H
S
L
A
📋 Copy color codes
HEX
#6536cc
RGB
rgb(101,54,204)
RGBA
rgba(101,54,204,1)
HSL
hsl(268,56%,50%)
HSLA
hsla(268,56%,50%,1)
CMYK
51,74,0,20
CSS Var
--color:#6536cc
Shades & Tints
Recent Colors
7
Color Formats
5
Picker Modes
Color Palettes
🆓
Always Free
How to Use

How to Use the Color Picker Online

Five modes covering every scenario a designer or developer needs.

Pick Any Color

Use the native color picker, drag the HSL sliders (Hue, Saturation, Lightness) or set the Alpha channel. Every change instantly outputs HEX, RGB, RGBA, HSL, HSLA, CMYK and a ready-to-paste CSS variable. Click any code box to copy it in one click.

Pick from Image

Switch to the Image tab, upload any photo, and click anywhere on it to sample the exact color at that pixel. A magnified zoom lens helps you be precise. The sampled color appears with all its codes ready to copy — perfect for matching brand colors from a logo or photo.

Extract Palette / Check Contrast

In the Palette tab, upload an image and extract 4–10 dominant colors automatically. In Harmony, generate complementary, triadic or analogous color schemes from any base color. In Contrast, check if a text + background combination passes WCAG AA or AAA accessibility standards.

Features

Every Color Tool in One — Free Online

7 Color Formats — One Click Copy

Every color you pick outputs all seven formats simultaneously: HEX (for HTML/CSS), RGB and RGBA (for CSS and design software), HSL and HSLA (for modern CSS), CMYK (for print design), and a ready-to-paste CSS custom property (--color: #hex). One click on any box copies it to clipboard. No manual conversion between formats.

HEX · RGB · HSL · CMYK
Image Color Picker — Pixel Precise

Upload any image and click any pixel to sample its exact color. A zoom lens magnifies the area around your cursor for sub-pixel accuracy. This is the most common use case for designers — picking the exact brand color from a logo, matching a color from a reference image, or extracting the precise shade used in a competitor's design.

Zoom lens + pixel-exact
Color Palette Generator from Image

Upload a photo and automatically extract its dominant color palette — 4, 6, 8 or 10 colors. The extraction algorithm samples pixels across the image and groups similar colors to find the true dominant palette. Perfect for building a brand color system from a photo, creating a UI color palette inspired by a mood board, or matching website colors to a product image.

Auto-extract 4–10 colors
Color Harmony Generator

Pick a base color and generate mathematically balanced color schemes: Complementary (opposite hue — high contrast), Analogous (adjacent hues — harmonious and natural), Triadic (three equally-spaced hues), Split-Complementary (base + two adjacent to the complement), Tetradic/Square (four equally-spaced hues), and Monochromatic (variations of the same hue). Every palette is immediately copyable.

6 harmony types
WCAG Contrast Checker

Select a foreground (text) color and background color and instantly see the contrast ratio with WCAG AA and AAA pass/fail badges, and the live text preview. WCAG AA requires a minimum ratio of 4.5:1 for normal text, 3:1 for large text. WCAG AAA requires 7:1. Critical for accessible web design, the checker shows exactly which standards your color combination meets and which it fails.

WCAG AA & AAA
Screen Eyedropper + Color History

Click Screen to launch the browser's native EyeDropper API (Chrome 95+, Edge 95+, Opera) and pick any color from anywhere on your screen — not just images in the browser. Previously picked colors are saved in the Color History row. Shades and tints of the current color are displayed automatically — 5 darker shades and 5 lighter tints for instant palette building.

EyeDropper API

Comparison

WebToolTrix vs Google Color Picker, W3Schools, Coolors, Adobe

Feature 🎨 WebToolTrix Google CP W3Schools Coolors Adobe Color
HEX, RGB, HSL, CMYK All 7 Basic
Color from Image (click pixel)
Palette Generator from Image
Color Harmony (6 types) Palette only
WCAG Contrast Checker Basic
Screen Eyedropper
Shades & Tints Row
Color History
No Account Required


Color Picker Free Online — The Complete Guide

A color picker is one of the most-used tools in a designer's or developer's browser. You need it when you're writing CSS and want a specific shade, when you're building a UI and need to convert a hex color to RGB, when you're pulling a brand color from a logo image, or when you want to generate an entire color scheme from a single starting hue. WebToolTrix's color picker free online does all of this in one tool — five modes, seven color formats, no login required.

Quick Start: Use the Picker tab for HEX/RGB/HSL output. Switch to Image to pick from a photo. Use Palette to extract dominant colors. Harmony for color schemes. Contrast for accessibility.

Color Picker Online — HEX, RGB, HSL, CMYK in One Place

The most common question designers face is: "I have the color in one format — how do I convert it to another?" A designer working in Figma or Sketch usually works in HEX or RGB. A CSS developer might prefer HSL for its intuitive lightness/saturation model. A print designer needs CMYK for offset printing. An iOS developer needs UIColor values. Most online color pickers output only one or two formats.

color-picker ui

WebToolTrix outputs all seven simultaneously — the moment you pick any color, you immediately see:

  • HEX: #6536cc — for HTML, CSS and virtually all design tools
  • RGB: rgb(101,54,204) — for CSS and JavaScript canvas operations
  • RGBA: rgba(101,54,204,1) — with alpha channel for CSS transparency
  • HSL: hsl(268,56%,50%) — for modern CSS, human-readable adjustments
  • HSLA: hsla(268,56%,50%,0.8) — HSL with alpha for semi-transparent overlays
  • CMYK: 51, 74, 0, 20 — for InDesign, Illustrator, offset print specification
  • CSS Variable: --color: #6536cc — ready to paste into your :root block

Color Picker HEX — The Universal Format

HEX (hexadecimal) color is the most universally understood color format in web development. Every CSS color can be expressed in HEX. The format is a # followed by six alphanumeric characters — two each for Red, Green and Blue (00-FF). Some HEX codes can be shortened to three characters when both digits in each pair are identical (#6633cc#63c).

The Google color picker you see embedded in Google search results outputs HEX and RGB. The W3Schools color picker shows HEX, RGB and HSL. WebToolTrix goes further — and adds CMYK, RGBA, HSLA and a CSS variable in addition to the standard formats.

Image Color Picker — Pick Colors from Any Photo

The image color picker mode is one of the most practical features for designers. Rather than trying to guess or visually estimate a color from a reference image, you can:

  • Upload any PNG, JPG or WebP image
  • Click any pixel — the crosshair cursor helps with precision
  • The zoom lens magnifies the area around your cursor for sub-pixel accuracy
  • All color codes appear instantly for the sampled pixel

Common use cases: matching a logo color, sampling a brand color from a reference screenshot, picking a skin tone from a portrait for correction, or identifying the exact shade used in a design you're trying to replicate.

Picture Color Palette Generator — Extract Colors from Photos

The Palette tab automatically extracts the dominant color palette from any uploaded image. Upload a photograph, brand mood board, product photo or UI screenshot — WebToolTrix samples pixels across the image and identifies 4 to 10 dominant colors depending on your setting.

This is enormously useful for:

  • Brand design: A new client provides a reference image or mood board and asks you to build a brand color system from it — extract the palette and you have a starting point in seconds
  • Web design: You want to match website colors to a hero image — palette extraction gives you the exact colors to use
  • Social media: Creating graphics that feel cohesive with product photography by using colors extracted from the photo itself
  • Interior design and fashion: Identifying color palettes from reference photos
color-picker benefits

Color Picker Wheel — Harmony Generator

The color wheel is the foundation of color theory. Colors opposite each other on the wheel are called complementary — they create high contrast. Colors adjacent to each other are analogous — they're harmonious and easy on the eye. WebToolTrix's Harmony tab generates six types of color relationships:

  • Complementary: Two colors on opposite sides of the wheel. High contrast. Classic for call-to-action buttons and highlighted elements.
  • Analogous: Three colors adjacent on the wheel. Natural, calm, harmonious. Used in nature-inspired and wellness brand designs.
  • Triadic: Three colors equally spaced (120° apart). Vibrant and balanced. Commonly used in bold, playful designs.
  • Split-Complementary: Base color + two colors adjacent to its complement. Lower contrast than pure complementary, more visually interesting.
  • Tetradic/Square: Four colors equally spaced (90° apart). Rich variety — works when one color is dominant and others are accents.
  • Monochromatic: Multiple shades and tints of the same hue. Clean, professional, elegant look used in minimalist designs.

Color Picker for CSS — HSL Sliders

HSL (Hue, Saturation, Lightness) is the most developer-friendly color model for CSS. Unlike the RGB model where adjusting one channel has complex effects on the perceived color, HSL maps directly to how humans think about color:

  • Hue (0–360°): The color itself — 0 is red, 120 is green, 240 is blue, 360 is back to red
  • Saturation (0–100%): How vivid the color is — 0% is grey, 100% is full color
  • Lightness (0–100%): From black (0%) through the pure color (50%) to white (100%)

WebToolTrix's HSL sliders let you adjust each channel independently with real-time preview. The Alpha channel slider (A) gives you the RGBA and HSLA values for semi-transparent colors — essential for overlays, shadows and glassmorphism effects.

Color Picker CMYK — For Print Design

CMYK (Cyan, Magenta, Yellow, Key/Black) is the color model used by professional printing equipment. While screen design uses RGB or HEX, anything destined for offset print — business cards, brochures, packaging, large format — needs CMYK values. The CMYK output from WebToolTrix is calculated from the RGB values and provides a reasonable approximation for print specification, though be aware that monitor-displayed colors and printed CMYK colors can differ — always proof print for critical color matching.

Screen Color Picker — EyeDropper API

Chrome, Edge and Opera (version 95 and above) support the native EyeDropper API, which allows a web page to request permission to sample a color from anywhere on your screen — not just within the browser but from desktop applications, PDFs, videos and any other visible content. Click the Screen button in WebToolTrix's Picker tab to launch it. The cursor changes to an eyedropper — click any pixel on your screen to sample its color. This eliminates the need for a browser extension like the ColorZilla extension for Chrome or the Firefox color picker extension for basic color sampling tasks.

Random Color Generator

Click the 🎲 Random button to generate a completely random color with all codes output instantly. Refresh repeatedly for design inspiration, or use it to quickly generate test colors for development work. Each random color is added to the Color History row so you can revisit any generated color.

Color Contrast Checker — WCAG Accessibility

The Web Content Accessibility Guidelines (WCAG) define minimum contrast requirements for readable text on web pages. The Contrast tab lets you select any foreground (text) color and background color, see the contrast ratio, and immediately know whether the combination passes WCAG AA (minimum) or WCAG AAA (enhanced) standards. This replaces the need for a separate contrast checking tool — integrated directly into your color picking workflow.


FAQ

Color Picker — Frequently Asked Questions

Use WebToolTrix's color picker — type or paste a HEX code into the native color input (click the color square), and the RGB, RGBA, HSL, CMYK and all other formats appear instantly. No manual calculation needed. Click the RGB box to copy it directly.
Switch to the Image tab in WebToolTrix's color picker. Upload any JPG, PNG or WebP image. Your cursor becomes a crosshair — click any pixel to sample its exact color. A zoom lens shows the pixels around your cursor for precision. All color codes (HEX, RGB, HSL etc.) appear immediately.
RGB defines Red, Green and Blue channels (0–255 each). RGBA adds an Alpha channel (0–1) that controls transparency — 1 is fully opaque, 0 is fully transparent. Use RGBA in CSS when you need a semi-transparent color, such as rgba(0,0,0,0.5) for a 50% black overlay.
The EyeDropper API is supported by Chrome 95+, Edge 95+ and Opera. It is not supported in Firefox or Safari. On unsupported browsers, the Screen button will show an error message. Firefox users can install the ColorZilla color picker extension for Firefox as an alternative screen color picker.
Use the Palette tab. Upload any image and WebToolTrix automatically identifies the dominant colors. Choose 4, 6, 8 or 10 colors. Each extracted color shows its HEX code and can be copied with one click. Click Re-extract to run the algorithm again for a different result.
CMYK (Cyan, Magenta, Yellow, Key/Black) is the color model used by commercial printing equipment. If you're specifying colors for print — business cards, flyers, packaging, magazines — you need CMYK values. Screen design uses RGB/HEX. WebToolTrix converts any picked color to CMYK automatically.
Use the Contrast tab. Select your text (foreground) color and background color. The tool calculates the WCAG contrast ratio and shows pass/fail badges for WCAG AA (4.5:1 for normal text, 3:1 for large) and WCAG AAA (7:1). The live preview shows exactly how the text looks on that background.
Upload the photo to the Palette tab. WebToolTrix extracts 6 dominant colors by default (you can change it to 4–10). These colors can be used as your website's CSS color palette — they'll naturally harmonize with your photo since they were extracted directly from it. Copy each HEX code and paste it into your CSS variables.

Pick Any Color — Free Right Now

HEX · RGB · HSL · CMYK · From Image · Palette · Harmony · Contrast. No account. Free forever.