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.

New to the terms? Start with tint vs shade for the full picture, or build your own near-white steps with the tint generator.

Where Tinting Ends: 90% to 100%

Watch the green #2D6A4F lose its identity as the tint percentage approaches 100:

#2D6A4Fbase
#EAF0ED90% tint
#F5F8F695% tint
#FDFEFD99% tint
#FFFFFF100% tint

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 color95% tintHex
#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:

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

Related: tint vs shade · tint generator · tints and shades guide · #ECFDF5 · #EFF6FF

Found your perfect near-white? Put it to work on a page that's yours — create your free MinglyLink page →