CMYK to RGBA Converter
Enter CMYK percentages and instantly get the equivalent RGBA values with a live color preview swatch.
CMYK Input
0 – 100
0 – 100
0 – 100
0 – 100
0 – 1
RGBA Output
rgba(58, 183, 204, 1)
Ink Coverage
0%
Sum of all four ink channels (C+M+Y+K)
Copied!
Summary
Enter CMYK percentages and instantly get the equivalent RGBA values with a live color preview swatch.
How it works
- Enter Cyan, Magenta, Yellow, and Key (Black) percentages (0–100) in the input fields.
- Adjust the Alpha slider (0–1) to set the transparency level.
- The RGBA values and color preview swatch update instantly as you type.
- Use the sliders for quick visual adjustment of each channel.
- Click any Copy button to copy individual channel values or the full rgba() string.
Use cases
- Translate print-spec CMYK colors into CSS-ready rgba() values.
- Cross-reference brand color specifications between print and web.
- Convert CMYK values from design files into RGBA for CSS stylesheets.
- Add transparency control to a color originally defined in CMYK.
- Validate that a print color matches the intended on-screen appearance.
- Quickly obtain RGBA color strings for use in canvas, SVG, or design tools.
Frequently Asked Questions
Related tools
Last updated: 2026-05-28 ·
Reviewed by Nham Vu