Is White a Tint or a Shade?
White is neither a tint nor a shade — it is the endpoint that tinting moves toward. In color theory, white, black, and gray are neutral (achromatic) colors that belong to no hue, while a tint is a specific hue mixed with white. A 100% tint of any color is pure white, so tints can get arbitrarily close to white — but pure white itself carries no trace of the hue it came from.
Where Tinting Ends: 90% to 100%
Watch the green #2D6A4F lose its identity as the tint percentage approaches 100:
At 90% the green is still faintly there; at 99% it is almost gone; at 100% every channel reaches 255 and the result is pure white — identical for every starting color.
The math makes the disappearance inevitable. The tint formula blends each RGB channel toward 255, and at p = 1 the original value cancels out entirely:
Tint: new = old + (255 − old) × p
At p = 1.0: new = old + (255 − old) = 255 (for every channel)
100% tint of anything = rgb(255, 255, 255) = #FFFFFF
So white is not "a very light tint" — it is the limit of the tinting process, where all hue information has been erased. Near-white tints like #FDFEFD are still tints of green; #FFFFFF is a tint of nothing.
Is Black a Shade?
No — the same logic, mirrored. A shade is a hue mixed with black, and shading scales each channel toward 0: new = old × (1 − p). At 100%, every channel of every color hits 0 and you get #000000 — the same black whether you started from green, purple, or orange. Near-black shades like #091510 (the 80% shade of #2D6A4F) still belong to their hue family; pure black, like pure white, belongs to none. Explore the darker half of any ramp with the shade generator.
Near-White Tints in Real Design
The most useful tints are the ones just short of white. Around 95%, a color stops reading as "a color" and starts reading as "warm white" — perfect for page backgrounds, cards, and hover washes that quietly stay on brand:
| Base color | 95% tint | Hex | |
|---|---|---|---|
#2D6A4F green | #F5F8F6 | ||
#2563EB blue | #F4F7FE | ||
#9B59B6 purple | #FAF7FB |
Design systems institutionalize exactly this step: Tailwind's lightest swatches are near-white tints, like emerald-50 #ECFDF5 and blue-50 #EFF6FF. They are white-adjacent, but each still leans perceptibly toward its hue — which is the whole point of stopping short of 100%.
The Paint-World Answer
Painters use "tint" slightly differently, and both readings of the question deserve an honest answer:
- "Is white a tint?" meaning the mixture — in paint mixing, any hue with white added is called a tint, so a white-heavy mix (think pale pink or off-white) absolutely is a tint. But that mixture is not pure white; it is a tint of its hue.
- "Is white a tint?" meaning white itself — no, in both worlds. Tube white is the tinting agent, the ingredient you add. A color must have a hue to be a tint, and white has none.
So the paint answer and the color-theory answer agree where it matters: mixtures containing white are tints; white itself is not.
Frequently Asked Questions
-
Is white a tint or a shade?
Neither — white is the endpoint that tinting moves toward, not a tint itself. In color theory white, black, and gray are neutral (achromatic) colors that belong to no hue, while a tint is a specific hue mixed with white. A 100% tint of any color is pure white
#FFFFFF, so tints can get arbitrarily close to white, but pure white carries no hue. -
Is black a shade?
No, by the same logic — black is the endpoint of shading, not a shade. A 100% shade of any color multiplies every RGB channel to 0, giving
#000000no matter which hue you started from. Near-black shades like#091510still belong to their hue family; pure black belongs to none. -
What are white, black, and gray called in color theory?
They are called neutral or achromatic colors — colors without hue. Chromatic colors (red, green, blue, and every mixture of hues) can be tinted, shaded, and toned; the neutrals are the ingredients those operations mix in, which is why they sit outside the tint/shade/tone system.
-
Can you tint white itself?
Not meaningfully — tinting means adding white, and white plus white is still white. There is no hue to preserve. Going the other way, adding a color to white does not tint the white; it starts a new hue's tint. White paint plus a drop of red gives a pale pink — a tint of red, not a tint of white.
-
What is the whitest tint you can practically use?
Around 95–98% tint. At that strength the color still faintly warms or cools the surface — the 95% tint of
#2D6A4Fis#F5F8F6— but it no longer competes with content, which is why design systems ship their lightest steps near this range. At 99% (#FDFEFD) the difference from pure white is almost imperceptible, and at 100% it is gone.
Related: tint vs shade · tint generator · tints and shades guide · #ECFDF5 · #EFF6FF