Passe o mouse aplicar CSS de cor mais clara

.myElement:hover {
  filter: brightness(150%);
}
Confused Sphere