Accessible Color Contrast
Preview
Code
<style>
.text{
color:#111;
background:#f9fafb;
padding:10px;
}
</style>
<p class="text">Readable text with good contrast</p>
<style>
.text{
color:#111;
background:#f9fafb;
padding:10px;
}
</style>
<p class="text">Readable text with good contrast</p>