Source code

Revision control

Copy as Markdown

Other Tools

<!doctype html>
<style>
div {
width: 100px;
height: 100px;
background-color: red;
color: red;
background-color: color-mix(in lch, green 50%, blue);
}
</style>
<div></div>