Albedo vs base color: what's the difference?
In everyday use, “albedo” and “base color” refer to the same map — the pure surface color of a material with no lighting information baked in. But there's a subtle technical distinction worth knowing, especially when a material includes metal.
The short answer
Albedo and base color are often used interchangeably for the flat, unlit color of a surface. The precise difference: in the metalness/roughness workflow, the base color map does double duty — diffuse color for non-metals and reflectance (specular) color for metals — while “albedo” strictly means diffuse color only. Either way, the golden rule is the same: no baked shadows or highlights.
The same idea, two names
Both terms describe the surface's color stripped of lighting — what the material is, regardless of the scene around it. Most artists and tools use them interchangeably, and engines label the slot “Base Color” or “Albedo” depending on the shader.
If someone hands you an “albedo” map and your shader asks for “base color,” they almost always mean the same texture.
The technical distinction
In a metalness/roughness material, the base color channel encodes the diffuse albedo for dielectrics (non-metals) and the specular reflectance color for metals — the metallic map decides which interpretation applies per pixel.
Strict “albedo” historically means only the diffuse component. The distinction matters mainly when authoring metals: a gold base color drives the tint of the metal's reflections, not a diffuse paint color.
The one rule that matters
Whatever you call it, keep lighting out of it. No painted highlights, ambient occlusion, or shadows in the base color — those belong in separate maps or are computed by the renderer.
Baked-in lighting is the single most common reason a PBR material looks wrong when the scene lighting changes. If your base color looks flat and a little boring on its own, that's exactly right.
Frequently asked questions
Are albedo and base color the same thing?
In practice, yes — both mean the unlit surface color. The technical nuance is that base color in the metalness/roughness workflow also carries metal reflectance color, while albedo strictly means diffuse color.
Should albedo include shadows or highlights?
No. Keep all lighting out of the base color/albedo map. Bake contact shadows into a separate AO map and let the renderer handle the rest.
Why does my base color look flat?
That's correct — a base color map should look flat and unlit. It only comes to life once roughness, metallic, normal, and scene lighting are applied.
Paint a clean, lighting-free base color and watch it react to real-time lighting in Mixos — free in your browser.