Shade vs Tone: What's the Difference?

A shade is a color mixed with black, so it gets darker — and often looks richer and heavier; a tone is a color mixed with gray, so it gets more muted and softer while staying at a similar lightness. Both keep the underlying hue — the difference is whether you mainly lose lightness (shade) or saturation (tone).

Need the darker steps of a color right now? The shade generator builds the full black-mixed ramp of any hex code, and chroma mode in the color scale generator does the tone-like desaturation.

Shades and Tones, Side by Side

Same base color — the purple #9B59B6 — mixed step by step with black (top row) and with gray #808080 (bottom row):

Shades of #9B59B6 (mixed with black)

#9B59B6base
#7C479220% shade
#5D356D40% shade
#3E244960% shade
#1F122480% shade

Tones of #9B59B6 (mixed with gray)

#9B59B6base
#9661AB20% tone
#9069A040% tone
#8B709660% tone
#85788B80% tone

By 80%, the shade is nearly black while the tone is nearly gray — but both rows are still the same purple hue throughout.

The Formulas

A shade scales each RGB channel toward 0; a tone blends each channel toward 128 (the gray #808080). For a percentage p (0–1):

Shade: new = old × (1 − p)

20% shade of #9B59B6 — rgb(155, 89, 182):
 ├─ R: 155 × 0.8 = 124
 ├─ G: 89  × 0.8 =  71
 └─ B: 182 × 0.8 = 146

Result: rgb(124, 71, 146) = #7C4792   ← darker
Tone:  new = old × (1 − p) + 128 × p

40% tone of #9B59B6 — rgb(155, 89, 182):
 ├─ R: 155 × 0.6 + 128 × 0.4 = 144
 ├─ G: 89  × 0.6 + 128 × 0.4 = 105
 └─ B: 182 × 0.6 + 128 × 0.4 = 160

Result: rgb(144, 105, 160) = #9069A0  ← muted, similar lightness

The HSL numbers make the difference concrete. #9B59B6 sits at 39% saturation, 53% lightness. Its 40% tone #9069A0 keeps lightness almost unchanged (52%) but cuts saturation to 22%. Its 40% shade #5D356D keeps saturation similar (35%) but drops lightness to 32%.

MixResultHex
20% shade#7C4792
40% shade#5D356D
20% tone#9661AB
40% tone#9069A0

Tone vs Shade: When to Use Each

Searching for "tone vs shade" and "shade vs tone" gets you the same answer — but in practice designers reach for them in different situations:

How to Make Tones When Your Tool Only Does Tints and Shades

Most tint-and-shade tools only mix toward white and black. Two easy ways to get tones anyway:

Frequently Asked Questions

Related: tint vs shade · shade generator · darken a color · color scale generator · tints, tones, and shades guide · #9B59B6 in the color library

Settled on a muted palette? Put it to work on a page that's yours — create your free MinglyLink page →