OKLCH to RGB Converter
Convert OKLCH color values to RGB instantly. RGB is the baseline format for screens, graphics libraries, and APIs — this tool translates your perceptual OKLCH colors to red, green, and blue channel values in real time.
name, hex, rgb, hsl, hwb, cmyk, ncol
| Format | Value | |
|---|---|---|
| RGB | rgb(243, 95, 80) | |
| Name | — | |
| Hex | #f35f50 | |
| HSL | hsl(6, 87%, 63%) | |
| HWB | hwb(6, 31%, 5%) | |
| CMYK | cmyk(0%, 61%, 67%, 5%) | |
| NCol | R10, 31%, 5% | |
| OKLCH | oklch(67.4% 0.1849 28.69) |
Lighter / Darker:
rgb(253, 233, 231)
rgb(250, 194, 188)
rgb(247, 156, 145)
rgb(244, 117, 102)
rgb(241, 78, 59)
rgb(238, 39, 17)
rgb(196, 32, 14)
rgb(153, 25, 11)
rgb(110, 18, 8)
rgb(67, 11, 5)
rgb(24, 4, 2)
Pick a Color:
Related Color Converters
How to Use This Tool
Enter an OKLCH color using the oklch(L% C H) format. The tool converts it to RGB values in rgb(r, g, b) notation, with each channel from 0 to 255. This is useful when passing OKLCH-defined colors to graphics APIs, canvas code, or any environment that expects RGB input. Click any value to copy it instantly. The shade bar shows RGB values for lighter and darker variations of your color.