Skip to content

Colore e design

Generatore Neumorphism

Soft inset / outset shadows for tactile UI.

Runs in your browser
CSS
.neu {
  width: 200px;
  height: 200px;
  border-radius: 50px;
  background: #e0e5ec;
  box-shadow: 20px 20px 60px rgb(149, 154, 161), -20px -20px 60px rgb(255, 255, 255);
}

Nota dell'editore

Understanding · Soft UI, with one fundamental problem.

Questo capitolo approfondito è attualmente disponibile solo in inglese. Lo strumento di conversione qui sopra funziona nella tua lingua; il lungo articolo esplicativo non è stato ancora tradotto.

Domande frequenti

Quick answers.

How do I choose the right background colour?

Neumorphism relies on the element colour matching the background colour exactly. The soft shadows then create the illusion of depth using slightly lighter and darker shades of that base hex code.

What is the difference between Outset and Inset?

Outset makes the element appear to pop out of the background like a physical button. Inset reverses the shadow logic to make the element look like it is pressed into the surface.

Is neumorphic design accessible?

It can be difficult for users with visual impairments because it relies on low-contrast shadows rather than clear borders. We recommend using high-contrast text or icons inside your neumorphic containers to maintain usability.

Does this generator support dark mode?

Yes. Change the background colour picker to a dark shade and the tool will automatically recalculate the corresponding light and dark shadows for a dark-mode tactile effect.

Le persone cercano anche

Strumenti correlati

More in this room.

Vedi tutto in Colore e design