Pick any shade of #7c3aed

↑ Click any swatch to open the full picker for #7c3aed

Shade Picker — How to Pick the Right Shade from Any Color

A shade picker is a tool that helps you pick a specific darkness level of a color from a palette of options. If you've ever thought "I need this color, but darker — what's the exact hex for that?" then you've been looking for a shade picker, even if you didn't call it that.

The reason shade pickers exist (and the reason you're probably reading this article) is that picking shades by eye is hard. Your screen calibration, ambient lighting, and even time of day can make you choose a value that looks right in the moment but turns out too dark or too light once it's in context. A proper shade picker removes the guesswork — you see every shade option side by side, pick the one that fits, and copy the exact hex value.

What a Shade Picker Actually Does

At its core, a shade picker does three things:

Some shade pickers only generate darker variants (strictly shades in the color-theory sense). Others generate the full range from light tints to dark shades. The best ones show you everything at once so you can pick from the complete spectrum.

HexTints falls into the "full spectrum" category — enter any hex and you get the complete range, from near-white tints through the base color to near-black shades. Pick whichever fits your use case, copy the hex, move on.

What to Look for in a Good Shade Picker

Not every tool that calls itself a shade picker is actually useful. Here's what separates the ones worth using:

Enough Shade Options

A shade picker that only gives you 4 or 5 options isn't helpful — the gaps between those options are too big, and you'll often want a value that falls between them. Look for pickers that show at least 10 shade steps so you have real choice.

Click-to-Copy Hex Values

If you have to manually type out the hex value of a shade you've picked, the tool is wasting your time. Quality shade pickers copy the exact hex code to your clipboard when you click a swatch. HexTints works this way.

Preserved Hue Across the Spectrum

A common failure mode of cheap shade pickers: the hue shifts as shades get lighter or darker. You pick what looks like a shade of blue and end up with something that's purple at the bottom and cyan at the top. Good shade pickers use proportional blending to keep the hue stable across the full range.

Mobile-Friendly Interface

A lot of color tooling still assumes you're on desktop. If you're designing from a phone, sketching on an iPad, or checking a palette in a client meeting, you need a shade picker that works with touch — tappable swatches, readable hex codes, no hover-dependent interactions.

No Friction

No accounts, no email signups, no "upgrade for more colors." The best shade pickers load instantly, accept your input, and show results. HexTints is free and requires zero setup.

When to Use a Shade Picker

You have a base color and need variants: Your brand primary is #0891b2. You need a darker version for button press states, a lighter version for backgrounds, and a subtle border color. A shade picker shows you all three options (and many more) from one input.

You're matching a color from a reference: A client sends a design with a specific color they want adjusted slightly. Drop the color into a shade picker, and you can visually pick a tint or shade that's 10–20% off in either direction.

You're building a color scale from scratch: For design tokens (--color-500, --color-600, etc.), you need evenly-distributed shade values. A shade picker that shows the full spectrum makes this picking process straightforward. Our color shades generator guide covers this workflow in depth.

You're debugging a design: Something about a UI feels off — maybe the border on a card is too harsh, or the hover state isn't distinct enough. A shade picker lets you iterate quickly through options without leaving your browser tab.

You're on mobile: Mobile-friendly shade pickers are useful when you're away from your usual design setup — reviewing a palette during a commute, checking a color on a client call, or quickly grabbing a hex for a social post.

Shade Picker vs. Color Picker — What's the Difference

These terms often get used interchangeably, but they solve different problems:

Tool Input Output Use when…
Color picker None required Any color from the full spectrum Starting from scratch, no base color yet
Shade picker One base hex code Variations of that specific color only Hue decided, need lighter or darker variants

A color picker lets you choose any color from the full spectrum — any hue, any saturation, any lightness. A shade picker is more focused. You give it one base color, and it lets you pick from variations of that color only. The hue stays constant; only the lightness changes.

Both tools have their place. If you're starting from scratch with no base color in mind, use a color picker. If you already have a color and need variants — to make a hex lighter or make a hex darker — use a shade picker.

How to Use HexTints as a Shade Picker

HexTints functions as a shade picker out of the box:

  1. Go to hextints.com
  2. Enter your base hex code (e.g., #7c3aed) in the input
  3. The tool generates the full tint-to-shade palette instantly
  4. Click any swatch to copy its hex code to your clipboard
  5. Paste into your CSS, design file, or wherever you need it

There's nothing else to configure. No sign-up, no plan selection, no advanced settings to wade through. Just hex in, hex palette out.

You can deep-link directly to any color — hextints.com/colors/#7c3aed takes you straight to the palette for that hex code. This makes the shade picker shareable: send a teammate a link, and they see the exact palette you're looking at.

Shade Picker Workflows for Real Design Tasks

For web developers: Use a shade picker to generate your full color scale upfront. Get 11 shades per hue, paste them into your CSS custom properties or Tailwind config, and never pick shades manually again during feature work. Our get color shades guide covers this in detail.

For UI/UX designers: Use a shade picker during the palette exploration phase. Try a few candidate base colors, see their shade ranges side by side, and choose the base that gives you the most usable variants for your design language. The color tint and shade generator walkthrough shows exactly this workflow.

For brand designers: Use a shade picker to expand a brand color into a full system. One primary brand color can become 11 usable shades, each mapped to a specific use case (primary, secondary, hover, disabled, text, background, etc.).

For email designers: Because email clients barely support modern CSS, pre-compute every shade you need with a shade picker and use static hex values in your templates. No runtime surprises.

Frequently Asked Questions