Blue Noise Generator

Blue noise is random sound whose power increases by 3 dB with every octave, the exact opposite of pink noise, so it emphasizes high frequencies and sounds like a fine, bright hiss. Real-world comparisons include water spraying from a hose nozzle, steam escaping under pressure, or the top end of heavy rain on a tin roof with the bass removed.

This page opens a free, open-source blue noise generator that synthesizes the sound in your browser using the Web Audio API. There is no signup, no advertising and no tracking. Because the noise is computed rather than looped from a file, it never repeats. It is mostly used for masking high-pitched sounds and as a technical signal in dithering, and you can blend it toward white with the color slider.

Open in Generator

Free, no ads, no signup. Runs entirely in your browser.

What blue noise sounds like

Compared with white noise, blue noise is thinner and sharper. The low end is almost gone and the hiss sits high, somewhere around the sound of the letter S held for a long time. It has an airy, almost weightless quality. Played quietly it can pass for the sound of a distant sprinkler or a kettle just before it whistles; played loudly it becomes fatiguing quickly, so keep the volume low.

It is not a color most people choose for sleep. Its practical value is that it sits exactly where high-frequency intruders sit, so it covers a ringing in the ears or a whining fan more efficiently than a darker color would at the same volume. It also disappears completely on small speakers that cannot reproduce high frequencies well, so use headphones or a decent speaker to hear it properly.

The blue noise spectrum

Blue noise has a power spectral density proportional to frequency, S(f) ∝ f. Each doubling of frequency doubles the power, a rise of 3 dB per octave on a linear analyzer. On a logarithmic, per-octave analyzer it rises 6 dB per octave, because each higher octave is also wider. Blue and pink are mirror images: multiply their spectra together and you get flat white noise.

The name follows the light analogy. Blue light is at the short-wavelength, high-frequency end of the visible spectrum, and blue noise is tilted toward the high-frequency end of the audio spectrum. Violet noise tilts further still, at plus 6 dB per octave. The relationships between all five colors, with the equations behind them, are on the physics page.

How this site generates blue noise

White noise is generated first as a stream of Gaussian random samples. Blue noise is then produced by differentiation, the inverse of the integration that makes brown noise: the generator takes the difference between successive samples and shapes the result so the slope lands at plus 3 dB per octave rather than plus 6. The color slider treats the range continuously, so a value of 1 is blue, 1.5 is halfway to white, and 0.5 is halfway to violet.

The processing happens in an audio worklet on every sample, so the output is continuous and non-repeating for as long as the page is open. No audio file is downloaded and nothing is looped, which also means the page loads instantly and works offline once installed as an app, since there is no media to cache beyond the code itself.

Where blue noise is used

Outside of listening, blue noise is a workhorse in signal processing. When audio is reduced from 24 to 16 bits, a tiny amount of noise called dither is added to prevent distortion, and the dither is shaped toward blue so that it sits at high frequencies where the ear is least sensitive. In computer graphics, blue-noise patterns are used to place samples and dither images because their energy is spread evenly without visible clumps.

As a sound to listen to, its main uses are tinnitus masking for high-pitched ringing, covering the whine of fans or electronics, and as a bright component in focus mixes. The Study Hall preset uses a blue-white blend for exactly that, since the added treble covers consonants, the part of speech that carries most of its intelligibility, at a lower overall volume than pink noise would need.

Using the blue noise generator

The play button loads Blue Sky, which is unmodified blue noise. Start with the volume low; high-frequency noise sounds louder than its meter reading suggests. If it is too sharp, move the color slider up toward 1.5 or 2 to bring back some body. The grey toggle applies a perceptual EQ that tames the top end and restores a little bass, which most people find easier on the ears.

Everything else on the site applies: the sleep timer fades the sound out, the URL holds your settings, WAV export writes a file of any length, and the page can be installed as an app for offline use. If you are using blue noise to cover a specific sound, adjust the slider while that sound is present rather than in silence, since the point where it disappears is easier to find by ear than by guesswork.

Recommended presets

Frequently asked questions

Is blue noise good for sleep?

Not usually. Its energy sits in the high frequencies that most people find alerting rather than calming, and it does little to cover low rumbles like traffic. Pink or brown noise are far more common choices for sleep. Blue noise is worth trying at night only if you are specifically trying to cover a high-pitched sound.

What is the difference between blue noise and white noise?

White noise has equal power at every frequency. Blue noise rises 3 dB per octave, so it has less bass and more treble than white. Side by side, white sounds like radio static and blue sounds thinner and sharper, like a fine spray of water. Both are hisses; blue is the brighter one.

Why is blue noise used for dithering?

When you reduce the bit depth or resolution of a signal, adding a small amount of random noise hides the quantization error. Shaping that noise toward blue pushes it to high frequencies where the ear is less sensitive, or, in images, spreads it so evenly that no clumps or patterns are visible.

Is blue noise harmful to hearing?

No more than any other sound at the same loudness. The concern is volume, not color. Because high frequencies sound louder than their measured level, it is easy to play blue noise louder than you intend, particularly on earbuds. Keep it at a level where speech is still easy to hear and take breaks during long sessions.

Does blue noise help with tinnitus?

Many people whose tinnitus is a high-pitched tone find that blue or white noise covers it well at a low volume. It is not a treatment and this site is not medical advice. The tinnitus masking page explains how to match the color to your pitch and why to keep the volume just below the ringing.