Linear RGB Converter

Convert gamma-encoded sRGB to linear-light RGB values and back. Enter a value on the left; the sRGB equivalent and every other format appear instantly.

Shortcuts: / search · R randomize · T theme

Input

Result

How to convert Linear RGB to RGB

  1. Enter your Linear RGB value in the input panel (or use the visual picker).
  2. The RGB result updates instantly as you type — no submit button needed.
  3. Click Copy next to the result, or expand “All other formats” for every color model at once.

About Linear RGB

Linear RGB removes the sRGB gamma curve so that values are proportional to physical light. Blending, 3D rendering and correct image math should happen in linear space.

About RGB

RGB describes a color by its red, green and blue light components, each from 0 to 255. It is the native model of screens and the most widely used digital color format.

Frequently asked questions

What is Linear RGB?

Linear RGB removes the sRGB gamma curve so that values are proportional to physical light. Blending, 3D rendering and correct image math should happen in linear space.

How accurate is this Linear RGB converter?

Conversions use the standard published matrices and transfer functions (sRGB, D65) with double-precision math, then round for display.

Does it work offline?

Once loaded, all math runs in your browser — nothing is sent to a server.