1. CSS Color Implementation
Web DeveloperBackground
A developer is updating a website's color palette to use modern CSS color functions for better gamut support.
Problem
The existing design system provides colors in XYZ format, but the CSS requires the LAB color space.
How to use
Input the XYZ values and select the 'CSS' output format to get ready-to-use code.
Output Format: cssOutcome
The tool outputs 'lab(50 0 0)' strings that can be directly pasted into the site's stylesheet.