.button {
  color: #ff0000;
}

/* note: 100% is baseline 70% would be darker */
.button:hover {
  filter: brightness(125%);
}