This calculator predicts the color of your beer in SRM (Standard Reference Method) and EBC using Daniel Morey’s formula, the de-facto standard in modern brewing software. Enter each malt’s weight and Lovibond color along with the batch volume, and the tool returns a numeric SRM/EBC value plus an approximate on-screen color swatch.
How it works
Beer color starts from Malt Color Units (MCU), the volume-weighted sum of each grain’s color contribution:
MCU = Σ(weight_lb × color_°L) / volume_gal
Because light absorption is non-linear, raw MCU overstates dark colors. Morey fit a power curve to real brewing data:
SRM = 1.4922 × MCU^0.6859
EBC, the European scale, is then:
EBC = SRM × 1.97
Worked example
A simple amber ale in 5 gallons:
| Grain | Weight (lb) | Color (°L) | MCU contribution |
|---|---|---|---|
| 2-row pale | 8 | 2 | (8 × 2) ÷ 5 = 3.2 |
| Crystal 60 | 1 | 60 | (1 × 60) ÷ 5 = 12.0 |
| Total | 15.2 MCU |
Apply Morey:
SRM = 1.4922 × 15.2^0.6859 ≈ 1.4922 × 6.55 ≈ 9.8 SRM
EBC = 9.8 × 1.97 ≈ 19.3 EBC
That places the beer in the amber range, which matches the recipe intent.
Tips and notes
- Use post-boil volume. Boiling concentrates color, but it is the final packaged volume that determines how diluted the color appears.
- The on-screen swatch is an approximation derived from SRM. Real perceived color depends on beer clarity, glass shape, and lighting.
- For very dark beers (stouts, 40+ SRM) any formula is only a rough guide — visually they all read as “black.” Morey stays sensible far better than a raw MCU sum, which would balloon to absurd numbers.
- Cross-check against the Daniels MCU formula for a second opinion on the same grain bill.