Convert points to pixels (1pt = 4/3 px at 96dpi). 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 |
|---|---|
| 12 pt | 16 px |
| 18 pt | 24 px |
| 10 pt | 13.333 px |
12pt × 4/3 = 16px at the CSS standard 96dpi. This is the classic '16px body text = 12pt' equivalence.
CSS fixes 1in = 96px and 1in = 72pt, so 1px = 72/96 pt = 0.75pt and 1pt = 96/72 px = 4/3 px.
Yes, pt is converted to px at the fixed 96dpi ratio, so it works — but px or rem is preferred for screen design.