Convert em to pixels with a custom context size (16px default). Instant, free CSS unit converter.
RAL Classic colours are defined by physical paint samples, not by screen values. The hex values used here are the widely used screen approximations from Wikipedia's List of RAL colours, and the same RAL code can look noticeably different when printed on different substrates. Use this converter for on-screen reference only — for paint mixing, printing or production work, always confirm against a physical RAL fan deck.
See the full RAL Classic chart (all 217 colours) →
| Input | Output |
|---|---|
| 1 em | 16 px |
| 1.5 em | 24 px |
| 0.875 em | 14 px |
1em equals the context font size — 16px by default. Enter the element's actual font size in the context field for exact results.
Only when the context font size equals the root font size (both 16px). Deeper in the DOM, em values compound while rem stays fixed.
rem for consistent global spacing and type; em for components that should scale with their local context (e.g. button padding).