CSS to darken the hover colour in a MCQ type question

CSS to darken the hover colour in a MCQ type question:

.ss-answer-option--bg:hover, .ss-answer-option--bg:focus {
background-color: rgba(205, 231, 207, 0.4);
}