CSS background-color playground

Explore background-color with a simple color picker to preview the result instantly and copy production-ready CSS.

Ask AI

CSS background-color playground

Response generated with openai/gpt-5.4-nano. AI can make mistakes. Always review the result.
background-color
HTML
<div class="background-color">background-color</div>
CSS
.background-color {
  display: grid;
  place-items: center;
  min-block-size: 20rem;
  background-color: #8fd4ff;
}