1. Converting Brand Colors for Web
Graphic DesignerBackground
A designer has a brand color defined in CMYK (0, 100, 100, 0) for print materials and needs to use it in a web-based design system.
Problem
The designer needs the LAB equivalent to ensure the color remains consistent when displayed on digital screens.
How to use
Input 'cmyk(0,100,100,0)' into the converter and select the 'css' output format.
format: cssOutcome
The tool outputs 'lab(47.6 74.2 67.9)', which the designer can use for consistent color rendering in web CSS.