What color does pink and white make?

Equal parts pink and white produce pastel pink (#ffb8d9 (Light Pink)). The blend is computed in the Oklab color space, so the steps between the two colors look evenly spaced to your eye rather than to the raw channel math.

Pink + White = pastel pink #ffb8d9
#ffb8d9
HEX
#ffb8d9
RGB
rgb(255, 184, 217)
HSL
hsl(332, 100%, 86%)
CMYK
cmyk(0%, 28%, 15%, 0%)
color-mix(in oklab, #ff69b4 50%, #ffffff)

Pink to White: every ratio

How much of each color you use moves the answer along the blend path. The perceptual midpoint is the 50/50 row; the others show what a 3:1 ratio does in either direction.

Pink White Result HEX Copy
75% 25% Plum #ff92c6
50% 50% Light Pink #ffb8d9
25% 75% Lavender #ffdcec

Lighter and darker versions

Tint the mix toward white or shade it toward black and you get a small palette that all clearly belongs to the same family:

Lighter #ffcae2 Tint #ffdcec 50/50 mix #ffb8d9 Shade #634553 Darker #ae7c93

Paint vs. screen: why the medium matters

On a screen, colors blend by adding light; with paint, pigments subtract light and the result is usually darker and duller. This page's values are the perceptual blend of the two colors — the closest digital equivalent to what mixed paint looks like.

About these two colors

Pink #ff69b4 — A tint of red — red lightened with white, from blush pastels to hot magenta.

White #ffffff — All visible wavelengths of light at once; in paint, the tint that lightens every mix.

Want to blend these with different colors entirely? Open the full color mixer, or convert #ffb8d9 to RGB, HSL or CMYK.

Related mixes

See all color mixes for the full directory.

Frequently asked questions

Does pink and white make pastel pink?

Yes — equal parts give pastel pink, around #ffb8d9. The exact shade depends on your ratio: pink-heavy mixes lean toward #ff92c6 and white-heavy mixes toward #ffdcec.

What is the HEX code for pink and white mixed?

A 50/50 perceptual mix is #ffb8d9 (Light Pink). If you need it in CSS, the mixer above generates a ready-to-paste color-mix() snippet: color-mix(in oklab, #ff69b4 50%, #ffffff).

What does pink and white make in paint vs. on a screen?

On a screen, colors blend by adding light; with paint, pigments subtract light and the result is usually darker and duller. This page's values are the perceptual blend of the two colors — the closest digital equivalent to what mixed paint looks like.

How do I make the pastel pink mix lighter or darker?

Mix the result with white to tint it — 50% white gives about #ffdcec — or with black to shade it, where 50% black gives about #634553. The strip above shows the full run from lighter to darker.