I have a JButton which, when pressed, changes background color from active to normal:
JButton
final Color activeButtonColor = new Color(159, 188, 191); final Color normalButtonColor = new Color(47, 55, 56);