Pink noise

The sound of steady rain, rustling leaves, and a gentle waterfall — what do they have in common?

In one sentence: Pink noise is a random signal whose power decreases as frequency increases — specifically, it falls off as 1/f, meaning each octave contains the same total energy, which makes it sound deeper and more balanced to the human ear than white noise.

If white noise is the acoustic equivalent of white light — equal energy at every frequency — then pink noise is like a sunset: warmer, richer, with more energy in the lower frequencies. While white noise sounds harsh and hissy (like a TV tuned to a dead channel), pink noise sounds smoother, softer, and more natural — closer to steady rainfall, rustling leaves, or the gentle roar of a waterfall.

The name "pink" comes from optics: pink light is white light with more red (low-frequency) energy. Similarly, pink noise has more low-frequency energy than white noise. The defining property is that its power spectral density (PSD) is inversely proportional to frequency:

S(f) = C / f

where C is a constant. This means that for every doubling of frequency (an octave), the power drops by a factor of two — a roll-off of 3 dB per octave. In the time domain, pink noise looks less jagged than white noise because the lower frequencies dominate, giving it a more "rounded" appearance.

The plot below shows a short segment of simulated pink noise in the time domain (top), together with its estimated power spectral density (bottom). Notice how the waveform appears smoother and less chaotic than white noise, while the spectrum shows a clear downward slope — exactly the 3 dB/octave roll-off that defines pink noise.

Figure 1: Top: a short segment of simulated pink noise in the time domain — smoother and less chaotic than white noise. Bottom: its estimated power spectral density, showing the characteristic 3 dB/octave downward slope (1/f roll-off).

Pink noise sits right in the middle of the "color" spectrum of noise types, balancing the flat spectrum of white noise with the deeper, rumble-heavy brown noise:

  • White noise: Flat PSD — equal power at every frequency. Sounds harsh and hissy.
  • Pink noise: PSD ∝ 1/f — 3 dB/octave roll-off. Sounds balanced, smooth, and natural.
  • Brown (red) noise: PSD ∝ 1/f² — 6 dB/octave roll-off. Sounds deep, rumbling, like thunder or a waterfall.

Why is pink noise so special?

Pink noise is often called the "most natural" noise because it closely matches the way energy is distributed in many real-world phenomena — from the human voice to music to the sounds of nature. Here is why it matters:

  • Acoustic balancing: Because the human ear perceives equal loudness on a logarithmic frequency scale, pink noise (with its 1/f spectrum) sounds equally loud across all frequencies — unlike white noise, which sounds brighter and harsher because the ear is more sensitive to mid-to-high frequencies.
  • Room acoustics and loudspeaker testing: Pink noise is the standard test signal for measuring the frequency response of speakers and rooms — a flat response to pink noise indicates that a system reproduces sound "naturally" to the human ear.
  • Masking and sleep: Pink noise is widely used in sound masking machines and sleep apps because its balanced, non-harsh character makes it more comfortable for long-term listening than white noise. Studies suggest it can also promote deeper sleep and improve memory consolidation.
  • Music and audio production: Pink noise is used as a reference for equalization (EQ) and mixing — many engineers use it to achieve a "flat" balance across the audible spectrum.
  • Nature and biology: Many biological signals — including heart rate variability, brain waves (EEG), and even the distribution of gene expression — follow a 1/f power spectrum, suggesting that pink noise is deeply embedded in living systems.

Practical limits and common misconceptions

Despite its natural appeal, pink noise has its own set of caveats:

  • Generating true pink noise is tricky: Unlike white noise, which can be generated by a simple random number generator, pink noise requires carefully designed filters (e.g., the Voss-McCartney algorithm, or an IIR filter) to achieve the exact 1/f roll-off — simple approximations often produce deviations.
  • Pink noise still requires a finite bandwidth: Like white noise, mathematically perfect pink noise would have infinite energy at very low frequencies (since 1/f approaches infinity as f → 0). In practice, pink noise is always band-limited by the system generating it.
  • Not all natural sounds are pink: While many natural sounds (wind, rain, waterfalls) approximate pink noise, they also contain subtle modulations and non-stationarities that pure pink noise lacks.
  • The "pink" vs. "white" confusion: Many commercial "white noise" machines actually play pink or brown noise, because they sound more pleasant. If precision matters, check the actual spectrum rather than relying on the label.

In machine learning and signal processing, pink noise is often used as a more realistic model of background noise than white noise, especially in audio enhancement and speech recognition systems — because real-world environments (like offices, cars, and streets) tend to have more low-frequency energy, making pink noise a closer approximation.

The takeaway: pink noise is the "goldilocks" noise — not as harsh as white noise, not as rumbling as brown noise, but balanced, natural, and deeply connected to the way we perceive sound and the way nature works.