blob: fef6ffa31d81b4137fce7ddeaecd0cc9c513ab5e [file] [log] [blame]
<!DOCTYPE html>
<meta charset="utf-8">
<title>CSS Color 4: OKLab and OKLCH</title>
<link rel="author" title="Sam Weinig" href="mailto:weinig@apple.com">
<link rel="help" href="https://drafts.csswg.org/css-color-4/#specifying-lab-lch">
<link rel="match" href="greensquare-display-p3-ref.html">
<meta name="assert" content="oklch() outside the sRGB gamut">
<style>
.test { background-color: red; width: 12em; height: 12em; }
.test { background-color: oklch(84.883% 0.36853 145.645); } /* green color(display-p3 0 1 0) converted to OKLCH */
</style>
<body>
<p>Test passes if you see a green square, and no red.</p>
<div class="test"></div>
</body>