Convert rem to pixels with a custom root font size (16px default). Instant CSS unit conversion.
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 rem | 16 px |
| 1.5 rem | 24 px |
| 0.875 rem | 14 px |
With the default 16px root font size, 1rem equals 16px. Change the root field above if your site uses a different base.
No — it is the browser default, but sites often override it (e.g. 62.5% = 10px, or 18px for readability). Check your CSS.
Yes — if the user changes their default font size, the rem value scales with it. That is why rem is preferred for accessible layouts.