Get your own website Result Size: 625 x 565
x
 
<!DOCTYPE html>
<html>
<head>
<style>
#p1 {background-color:lab(0 40% 20% / 0.5);}
#p2 {background-color:lab(30 -40% -20%);}
#p3 {background-color:lab(40 30% -20% / 20%);}
#p4 {background-color:lab(50 60% 20%);}
#p5 {background-color:lab(60 50% -10%);}
#p6 {background-color:lab(70 70% -80% / 0.3);}
#p7 {background-color:lab(80 70% 20% / 0.5);}
#p8 {background-color:lab(90 80% -20%);}
#p9 {background-color:lab(100 90% -100%);}
</style>
</head>
<body>
<h1>The lab() Function</h1>
<p>CIE L*a*b colors:</p>
<p id="p1">Some text.</p>
<p id="p2">Some text.</p>
<p id="p3">Some text.</p>
<p id="p4">Some text.</p>
<p id="p5">Some text.</p>
<p id="p6">Some text.</p>
<p id="p7">Some text.</p>
<p id="p8">Some text.</p>
<p id="p9">Some text.</p>
</body>
</html>