Luminance & Illuminance Converter
Convert illuminance between lux, foot-candles, phot, millilux, and nox — or luminance between cd/m² (nits), foot-lamberts, stilb, lambert, and cd/ft². Enter one value, pick its unit, and see every equivalent in that family at once.
Input
Illuminance is light falling ON a surface (lux); luminance is light emitted or reflected FROM a surface (cd/m²). They are different physical quantities and are not interconvertible without a reflectance assumption.
Output
| Unit | Value |
|---|---|
| No data yet | |
| Scene / source | Typical value |
|---|---|
| No data yet | |
Guides
Convert lighting measurements between every common photometric unit. Enter one value, choose whether you are measuring illuminance or luminance, pick the unit you have, and the tool shows the equivalent in every other unit of that same family at once — plus a table of typical real-world values for reference.
Illuminance vs. luminance — why they are different
These two quantities are constantly confused, but they measure different things and are not directly interconvertible.
- Illuminance is the amount of light falling onto a surface — luminous flux per unit area. Its SI unit is the lux (1 lux = 1 lumen per square metre). This is what a light meter reads when you point it at a wall or lay it on a desk, and what building codes specify ("maintain 300–500 lux on office desks").
- Luminance is the amount of light emitted or reflected from a surface toward your eye — luminous intensity per unit projected area. Its SI unit is the candela per square metre (cd/m²), also called the nit. This is what describes how bright a screen, a lamp, or a patch of sky actually looks.
Going from one to the other requires knowing the surface's reflectance and the viewing geometry (for a perfectly diffuse "Lambertian" surface, luminance ≈ illuminance × reflectance ÷ π). Because that assumption is not universal, this tool deliberately keeps the two families separate and never silently converts lux into cd/m². Choose the Quantity first, and the unit list and results switch to match.
How to use it
- Select the Quantity — Illuminance (light on a surface) or Luminance (light from a surface).
- Type the Amount you want to convert.
- Choose the Unit that amount is in.
- Optionally set the Decimal precision (0–10 places).
The results table updates instantly with the value expressed in every unit of that family. Use the copy or download buttons to export the full table as CSV.
Illuminance units supported
Lux (lx), foot-candle (fc, 1 fc = 10.7639 lx), phot (ph, 1 ph = 10,000 lx), millilux (mlx), and nox (nx).
Luminance units supported
Candela per m² / nit (cd/m²), foot-lambert (fL, 1 fL = 10.7639/π ≈ 3.4263 cd/m²), stilb (sb, 1 sb = 10,000 cd/m²), lambert (L, 1 L = 10,000/π ≈ 3183.1 cd/m²), and candela per ft² (1 cd/ft² = 10.7639 cd/m²).
Is a nit the same as a cd/m²?
Yes. "Nit" is simply another name for candela per square metre; display manufacturers quote peak brightness in nits, which you can read directly as cd/m².
Why is a foot-lambert not exactly 10.7639 cd/m²?
The foot-lambert builds a factor of 1/π into its definition (it measures the luminance of a perfectly diffuse surface), so 1 fL = (1/π) × 10.7639 cd/m² ≈ 3.4263 cd/m² — unlike cd/ft², which is a plain area conversion of 10.7639.
All calculations run entirely in your browser; nothing you enter is sent to a server.
Use it from code
From 3 credits per callREST API
curl -X POST https://api.iotools.cloud/v1/tool/luminance-illuminance-converter \
-H "Authorization: Bearer YOUR_API_KEY" \
-H "Content-Type: application/json" \
-d '{
"quantity": "illuminance",
"value": "1",
"illuminanceUnit": "lux",
"luminanceUnit": "cdm2",
"precision": "4"
}'Swap in your own key from your account. The tool's fields are the body — no wrapper.
Ask an AI agent
Use the IOTools `luminance-illuminance-converter` tool (Luminance & Illuminance Converter) on this input:
YOUR_INPUT_HEREPaste this at any agent connected to the IOTools MCP server, then add your input.