HTML

<div></div>

CSS

div {
    width: 100px;
    height: 100px;
    background-color: white;
    -webkit-filter: invert(100%);
    filter: invert(100%);
}

Result

https://s3-us-west-2.amazonaws.com/secure.notion-static.com/4e8428c8-b4bc-4d08-a0e0-427e4235066e/Untitled.png

Turns from white to black.